【发布时间】:2015-10-26 07:33:39
【问题描述】:
我收到了 IPN 回复:
我的 txn_type=recurring_payment_profile_created 和 initial_payment_status=Completed 我想检查是否付款失败,向买家发送邮件。
在 PayPal Express 结账中 initial_payment_status 的可能值是什么。
【问题讨论】:
标签: express-checkout
我收到了 IPN 回复:
我的 txn_type=recurring_payment_profile_created 和 initial_payment_status=Completed 我想检查是否付款失败,向买家发送邮件。
在 PayPal Express 结账中 initial_payment_status 的可能值是什么。
【问题讨论】:
标签: express-checkout
文档中没有关于参数“initial_payment_status”的其他信息,但支付状态在官方 paypal API 文档中有所描述。可能的值是:
【讨论】: