为什么会收到"803: PaymentDetail not found"错误?
在尝试进行定期付款后收到 803 PaymentDetail not found 响应,意味着由 recurringDetailReference 或 storedPaymentMethodId 表示的已存储的详细银行卡信息(令牌)对此 shopperReference 不可用。
这可能有多种原因:
- 您正在使用的 recurringDetailReference 或 returnedPaymentMethodId 不存在。
- 如果您使用的是我们的经典集成,则可能是由于合同类型未配置给该 recurringDetailReference
要确定哪些付款方式存储了特定 shopperReference,可以调用 /paymentMethods endpoint(Checkout API 集成)或 /listRecurringDetails endpoint(Direct API 集成)。
这篇文章有用吗?
了解更多
查找有关此主题的更多详情。