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