There was an issue setting up your call.
Raw response for the API
Status code 400
{“message”:“Invalid currency, is not supported”,“status”:“failed”,“data”:null}
how to fix??
There was an issue setting up your call.
Raw response for the API
Status code 400
{“message”:“Invalid currency, is not supported”,“status”:“failed”,“data”:null}
how to fix??
By adding the correct currency
Can you share screenshot of your API Call?
And API Doc url
Seem that it use the form data or url form encoded (I guess this one)
So I suggest to use body = JSON
remove all your headers
set header
Content-type = application/x-www-form-urlencoded
and use the body json part like this:
amount=<amount>&email=<email> and so on for each parameters.
Not sure it will work but from what I see, it may work.
I really appreciate your suggestion but can you make it little bit clear.
because am getting similar issues can please send me some test screenshots from your test page, please??
Can you share what you have tried last time?
I don’t have screenshot actually
thank you