php - 印度边境以外的印度商家是否允许使用 Paypal REST API 直接卡付款?如果是,则允许使用哪种货币?

标签 php rest paypal payment-gateway paypal-rest-sdk

我已经使用 PAYPAL REST API 创建了演示,以在印度从印度以外的地方收取以美元为货币的付款。

其中设置payment_method等于paypal_payment。在付款处理过程中,用户离开我的网站并转到 PayPal 付款页面。

在 PayPal 支付页面,用户可以使用卡或他/她的 PayPal 账户支付。当我尝试使用卡付款时,PAYPAL 会显示一个带有“返回商户”按钮的屏幕。

我无法得到:付款有什么问题?为什么 PayPal 不允许卡支付?

最佳答案

使用 REST API 的 PayPal 卡付款仅适用于美国和英国的商家帐户。 Reference

关于php - 印度边境以外的印度商家是否允许使用 Paypal REST API 直接卡付款?如果是,则允许使用哪种货币?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47812681/

相关文章:

php - 选择没有 AS(别名)的多个表?

javascript - PayPal 智能按钮和 REST Checkout SDK - SyntaxError : Unexpected end of JSON input OR Expected an order id to be passed

php - 如何获得下个月的同一天?

php - 从文档根目录外部提供图像

swift - 将 NULL 值添加到 httpBody Post 请求 - REST API - Swift

rest - HttpClient 不可用共享库项目 Xamarin

php - 在 Paypal 交易重定向后隐藏链接的网址,以免被复制以供进一步使用

python - Paypal API 错误 paypal.exceptions.PayPalAPIResponseError : u'Security header is not valid' (Error Code: 10002)

PHP CURL 和 SSL 证书(或证书链)

javascript - BackboneJS + Codeigniter - RESTful API - 如何创建一个大 API?