Search code examples
androidrestpaypaltransactionslive

is France supported by paypal rest-api for live transactions paypal-android-sdk


after setting CONFIG_ENVIRONMENT to PaymentActivity.ENVIRONMENT_PRODUCTION and setting live credentials, all my payments with valid credit card and verified account are failed

I have this error UNAUTHORIZED_PAYMENT when I pay with credit card

then, I am wondering if france is supported by the rest api of paypal or not

because even if I use a france account I have this :

enter image description here

how to resolve this issue


Solution

  • Direct Credit Card payments from the mobile SDKs are not supported in France at this time (see here). You are able to accept PayPal payments, however. It's easy to disable credit card support in the SDK with PaymentActivity.EXTRA_SKIP_CREDIT_CARD.