Getting generic error code UNSUPPORTED_PAYEE_CURRENCY7

Ampliz
Contributor
Contributor

Hi,

I am getting  UNSUPPORTED_PAYEE_CURRENCY7 while processing the payment in sandbox

through sandbox buyer account. Please help

Login to Me Too
1 REPLY 1

MTS_Jennifer
Moderator
Moderator

The error message indicates that you are using a currency that is not supported.

Here is a listing of Supported Currencies:

Rest API Currency Codes

PayPal Standard Currency Codes

 

The formatting of the currency code is three characters. For example US Dollars is USD and Canadian Dollars is CAD

For Rest API and Payouts the currency code looks like this in the request:

"currency": "USD"

For HTML:

<input type="hidden" name="currency_code" value="USD">

Thank you,

Jennifer

 

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.