UNSUPPORTED_PAYEE_CURRENCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- UNSUPPORTED_PAYEE_CURRENCY in Country specific discussions
- UNSUPPORTED_PAYEE_CURRENCY error although USD is being passed as currency in Ask an Expert
- UNSUPPORTED_PAYEE_CURRENCY error during payment in Implementing PayPal
- UNSUPPORTED_PAYEE_CURRENCY error during payment in PayPal solutions
- Always getting "We’re sorry Things don’t appear to be working at the moment." when using sandbox in About Payments