PayPal Rest API 突然出现Instrument_Declined错误



"{"name":"INSTRUMENT_DECLINED","message":"The instrument presented was either declined by the processor or bank, or it can't be used for this payment.","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"21fe4e5f2f8b3"}"PayPal博客 https://developer.paypal.com/docs/checkout/integration-features/funding-failure/says 这是资金来源的问题,但之前所有资金来源都工作正常

是的,这是资金来源的问题。它被拒绝了。

这里没有技术问题。

官方PayPal文档中实际上有一个解释和解决方案。

买家的资金来源可能因多种原因而失败,包括:

与金融工具关联的账单地址无法 得到确认。交易超过卡限额。发卡机构 拒绝交易。如果资金来源失败,订单 API 返回INSTRUMENT_DECLINED错误。处理此错误并提供 买方有机会通过以下方式选择不同的付款方式 在 onApproval 功能中重新启动付款。

https://developer.paypal.com/docs/platforms/checkout/add-capabilities/handle-funding-failures/

相关内容

最新更新