UNSUPPORTED_PAYEE_CURRENCY

atulrendal
Contributor
Contributor

i am tring to make a paypal payment using future payment which integrated in our android application. each time server get response from paypal saying "the currency is not accepted by payee". please help us

 

Login to Me Too
3 REPLIES 3

appTesing
New Community Member

Were you able to find any solution to this? I am using future payments on sandbox, and facing the same issue.

This was working fine till last month.

 

Anyone who can help

 

Thanks

Login to Me Too

BharathSrinivas
New Community Member

We are trying to setup paypal account at our andriod application for payment gateway part,still we are receving error at our app UNSUPPORTED_PAYEE_CURRENCY...

 

and rightnow primary currency USD,We want to add INR currency as primary also, it doesnot support

 

Kindly help  and provide solutions to this issue

 

Thanks

 

Login to Me Too

Pranav_munna
Contributor
Contributor

change 

mConfiguration = new PayPalConfiguration()
.environment(PayPalConfiguration.ENVIRONMENT_SANDBOX)
.clientId(paypalClient_ID);

to 

mConfiguration = new PayPalConfiguration()
.environment(PayPalConfiguration.ENVIRONMENT_NO_NETWORK)
.clientId(paypalClient_ID);

if you are testing 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.