测试paypal沙箱中的定期付款

时间:2017-04-14 10:52:57

标签: paypal payment-gateway paypal-sandbox

我已经集成了paypal沙盒,但我如何使用paypal定期付款程序。重复出现需要哪个参数以及如何使用Web钩子重复出现。如果有人建议我如何使用paypal沙箱重复出现并提供最佳解决方案。

1 个答案:

答案 0 :(得分:1)

正在使用哪种类型的重复出现?

  1. 如果您使用NVP / SOAP API实现重复,请参阅以下内容。请注意,webhook与NVP / SOAP API不兼容 一个。使用快速结账 - https://developer.paypal.com/docs/classic/api/merchant/CreateRecurringPaymentsProfile_API_Operation_NVP/

    湾使用PayPal按钮 - https://developer.paypal.com/docs/classic/api/button-manager/BMCreateButton_API_Operation_NVP/

  2. 对于通知,您可以使用IPN在每次付款时收到通知

    https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNIntro/

    1. 如果您使用REST API实现,则使用webhook接收通知。请参阅以下链接 一个。 https://developer.paypal.com/docs/api/payments.billing-agreementshttps://developer.paypal.com/docs/api/webhooks/