Generic Error when using a different currency on a standard PayPal button

ahab1b
Contributor
Contributor

Hi Guys,

 

I have setup a PayPal standard button on my site that sends the user to PayPal when clicked on. It works fine if the currency is set to GBP in the button settings. I created another button and set the currency to USD but when clicked on, the button returns a generic error message saying "Things don't appear to be working at the moment. Please try again later ". In the PayPal settings, I have added the USD currency so that I can accept payments in another currency other than GBP. I have emailed PayPal support but yet to receive a response. Anyone encountered this issue before?

Login to Me Too
1 REPLY 1

MTS_Jennifer
Moderator
Moderator

This can happen if you are in a country that does not support the specific currency that you are attempting to use.

Here is a listing of Currency Codes

Also look at the Locale Code that is being used as well.

 

If you are using USD and the Locale Code or lc is US then you should be able to process USD with no issues.

<input type="hidden" name="lc" value="US">

<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.