简体   繁体   English

是由Paypal rest-api支持的法国进行实时交易吗?paypal-android-sdk

[英]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 将CONFIG_ENVIRONMENT设置为PaymentActivity.ENVIRONMENT_PRODUCTION并设置实时凭证后,我所有使用有效信用卡和已验证帐户的付款均失败

I have this error UNAUTHORIZED_PAYMENT when I pay with credit card 我用信用卡付款时出现UNAUTHORIZED_PAYMENT错误

then, I am wondering if france is supported by the rest api of paypal or not 然后,我想知道法国是否受paypal的其余api支持

because even if I use a france account I have this : 因为即使我使用法国帐户,我也有这个:

在此处输入图片说明

how to resolve this issue 如何解决这个问题

Direct Credit Card payments from the mobile SDKs are not supported in France at this time (see here ). 目前,法国不支持通过移动SDK进行直接信用卡付款(请参见此处 )。 You are able to accept PayPal payments, however. 但是,您可以接受PayPal付款。 It's easy to disable credit card support in the SDK with PaymentActivity.EXTRA_SKIP_CREDIT_CARD . 使用PaymentActivity.EXTRA_SKIP_CREDIT_CARD可以轻松禁用SDK中的信用卡支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM