smarkets / react-native-paypal

React Native library that implements PayPal Checkout flow using purely native code
MIT License
117 stars 54 forks source link

Different Currency #36

Closed eskiesirius closed 4 years ago

eskiesirius commented 4 years ago

I am having a problem when they have different currency.. i am having this kind of error "The currency of this PayPal transaction must match the currency of the merchant account"?

nzankich commented 4 years ago

This is probably an issue with your paypal account setup rather than this library

see https://www.paypal-community.com/t5/Sandbox-Environment/Integration-problem-when-using-Braintree-with-EUR-currency-PLN/td-p/1725844

If you're attempting to submit the payment in EUR via Braintree, the receiving PayPal account must have an open EUR balance or the transaction will fail. This applies to all currencies, so if you attempted to submit the payment in CAD for example, the receiving account needs to have an open CAD balance for the transaction to be accepted.

nzankich commented 4 years ago

@eskiesirius Going to close this. If you are still seeing issues let me know and I can reopen