我需要在定期付款失败时模拟IPN.然后,我的应用程序可以创建创建待定发票并将其发送给客户.
我搜索并发现我需要设置将在下面处理的IPN txn_type
recurring_payment_skipped
recurring_payment_failed
这两个是否足够?
最近 贝宝提供了一个名为IPN Simulator的新工具,您可以在其中将示例IPN发送到URL.它只支持
txn_type
s 以下
web_accept
(eCheck-pending,eCheck-rejected,eCheck-complete)cart
(快速结账,购物车结账)web_accept
(Web接受,退款)
等等.但没有recurring_payment_skipped
或recurring_payment_failed
我在哪里可以模拟出来的?
请帮帮我.