1

I am trying to use pay-pal mobile SDK for an android app. pay-pal payment works fine but when I try Direct Credit Card, I receive system_error_bad_currency.

swiftBoy
  • 35,607
  • 26
  • 136
  • 135

1 Answers1

1

Malaysian ringitt is not supported for direct credit card payments. It is only suppoted for payments using paypal balance

You need to bill your product using a different currency.

Malaysian Ringgit Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.

https://developer.paypal.com/docs/classic/api/currency_codes

Isaac
  • 310
  • 5
  • 16