Reputation: 3828
I am using paypal recurring payment for my site when user select a checkbox for recurring paymet, but if after some time if user want to remove recurring payment and need regular payment option then we are thinking to provide facility to uncheck checkbox..
At that time its directly unsubscribe recurring payment from the paypal(Using Paypal standard) without need to visit paypal site.
please let me know how to do that. Is there any API for unsubscribe recurring payment from our side.???
Thanks.
Upvotes: 1
Views: 1381
Reputation: 10341
Refer to Page 136 of PayPal "Name-Value Pair API Developer Guide" - it details the required variables to execute a Recurring Payment Cancellation.
Upvotes: 1