- Issue created by @kruser
- 🇺🇸United States kruser
After checking with Paypal Support, they discovered that the issue was caused by using a currency that is not supported for American Express transactions in Canada. Specifically, USD is not valid for this type of transaction.
They have a list of card types and currencies that are supported in Canada and other countries - https://developer.paypal.com/docs/checkout/advanced/#link-eligibility
To resolve this issue, there needs to be a way to ensure that you only pass certain currencies based on the card the person chooses and their billing country. Or a way to hide certain cards based on the billing country they select.
- 🇮🇱Israel jsacksick
Not really sure how we should approach this? What does this mean in preactice?