Testing Recurring payment in paypal sandbox -
i have integrated paypal sandbox how can use paypal recurring payment procedure. parameter required recurring , how can use web hook recurring.if suggest me how use paypal sandbox recurring , provide best solution.
which type of recurring being used?
if implementing recurring using nvp/soap api, kindly refer below. kindly note webhook not compatible nvp/soap api a. using express checkout - https://developer.paypal.com/docs/classic/api/merchant/createrecurringpaymentsprofile_api_operation_nvp/
b. using paypal buttons- https://developer.paypal.com/docs/classic/api/button-manager/bmcreatebutton_api_operation_nvp/
for notifications, can use ipn notifications every time payment made
https://developer.paypal.com/docs/classic/ipn/integration-guide/ipnintro/
- if implementing using rest api, webhook used receiving notifications. refer links below a. https://developer.paypal.com/docs/api/payments.billing-agreements b. https://developer.paypal.com/docs/api/webhooks/
Comments
Post a Comment