Using non supported currencies on Paypal

2019-05-23 07:09发布

I have a site with a paypal module. The problem is that the site use as currency "PEN" (Peruvian currency) but it's not supported by Paypal. Is there any way to I gate the supported currencies of paypal or passing the amount in PEN and paypal convert it automatically to USD perhaps?

1条回答
Emotional °昔
2楼-- · 2019-05-23 08:09

I'm afraid you are underestimating the meaning of "unsupported". Paypal demands that you only use a supported currency throughout the whole payment transaction, and they aren't going to convert unsupported currencies for you.

You should convert currencies on your side: fetch current exchange rates from some web service, list official prices in a supported currency and approximate prices in PEN, and ask the user for Paypal payments in the supported currency.

查看更多
登录 后发表回答