Reputation: 180
I am integrating PayPal checkout with react using SDK. The seller currency is USD. I am testing it with an Indian sandbox account. The transaction is successful with all other accounts except for Indian Accounts. In all other cases, the sandbox does the currency conversion and pays the amount accordingly except in Indian currency which says the seller doesn't accept payment in your currency. What might be the possible issue? Any suggestions would be highly appreciated.
Upvotes: 0
Views: 403
Reputation: 30369
The issue is explained here in footnote (3) for INR.
"This currency is supported as a payment currency and a currency balance for in-country PayPal India accounts only."
Upvotes: 1
Reputation: 180
The problem was with sandbox account created. This account was created to accept payment in an only particular currency. The problem got resolved by using other sandbox business account which accepts payment in all currencies.
Upvotes: 0