gpt4 book ai didi

Paypal REST Api 巴西 BRL 货币

转载 作者:太空宇宙 更新时间:2023-11-03 16:27:38 24 4
gpt4 key购买 nike

我正在开发一个集成 PayPal 的项目。该项目需要paypal 方式和信用卡 方式。 Paypal 付款工作正常,但信用卡 付款不是。

当我尝试创建信用卡 付款时,远程服务器返回错误:

{"name":"VALIDATION_ERROR","details":[{"field":"transactions[0].amount.currency","issue":"Value is not supported at this time"}],"message":"Invalid request - see details","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#VALIDATION_ERROR","debug_id":"2c57c4279a510"}

如果我将货币更改为 EURUSD 它会起作用。

Amount amount = new Amount();
amount.total = "15.23";
//amount.currency = "EUR";
//amount.currency = "USD";
amount.currency = "BRL";
//amount.currency = PayPalManager.Currency;
amount.details = amountDetails;

经过一些研究,我在 PayPal Currencies Code 找到了那个

(Brazilian Real) This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.

问题:

  1. 经典 API 支持 信用卡 BRL 货币 支付?
  2. 是否有任何使用 REST Api 的解决方法?
  3. 如果paypal肯定不支持。那为什么?

最佳答案

是的,信用卡付款尚不支持“BRL”。您可以在下面的链接中查看 REST API 的信用卡货币支持,目前仅支持 USD/GBP/JPY/EUR/CAD

https://developer.paypal.com/webapps/developer/docs/integration/direct/rest_api_payment_country_currency_support/

同样对于经典 API,不支持将 BRL 作为信用卡货币,请查看以下链接:

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

关于 Paypal REST Api 巴西 BRL 货币,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30129691/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com