Paypal 创建支付令牌 API 返回 422 无法处理的实体
Posted
技术标签:
【中文标题】Paypal 创建支付令牌 API 返回 422 无法处理的实体【英文标题】:Paypal create payment-tokens API return 422 Unprocessable Entity 【发布时间】:2021-03-19 17:32:21 【问题描述】:我正在使用我的 paypal 沙箱,并且我正在尝试使用 v2/vault/payment-tokens API 来标记信用卡
网址:https://api.sandbox.paypal.com/v2/vault/payment-tokens 方法:POST
RequestBody(沙盒生成的假信用卡):
"source":
"card":
"number": "40320382525xxxx",
"expiry": "2022-11"
我可以确保我的沙盒有完整的范围,我的访问令牌是正确的。
以下是回复:
"name": "UNPROCESSABLE_ENTITY",
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"debug_id": "15c1b3e9d8161",
"details": [
"issue": "UNKNOWN_BUSINESS_ERROR",
"description": "There was an issue while processing your request."
],
"links": [
"href": "https://developer.paypal.com/docs/api/vault/v2/#error-UNKNOWN_BUSINESS_ERROR",
"rel": "information_link",
"method": "GET"
]
有人遇到同样的问题吗?
【问题讨论】:
【参考方案1】:您是否有权在实时模式下使用 /v2/vault/payment-tokens?如果没有 PayPal 的指导,则不应集成此 API
尝试使用https://developers.braintreepayments.com/guides/credit-cards/testing-go-live/node的测试信用卡
【讨论】:
谢谢,我用那些测试卡试过了,它通过了。以上是关于Paypal 创建支付令牌 API 返回 422 无法处理的实体的主要内容,如果未能解决你的问题,请参考以下文章
PayPal Orders v2 在传递金额折扣时创建返回 422(无法处理的实体)
调用 PayPal API /payments/payment 时如何传递送货地址
PayPal REST API 为信用卡令牌返回 500 服务器错误
React Native 中的 PayPal 集成和支付状态