php - How to allow users to cancel their paypal subscription on the site, instead of going thru paypal CP? -


i have read thru api (https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_id=developer/e_howto_api_ecrecurringpayments), dont understand how use it.

are there php examples on how utilize this? use ipn + express checkout create subscriptions.

you can use managerecurringpaymentsprofilestatus api call cancel/suspend or re-activate recurring payments profile.
have @ doc on https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_id=developer/e_howto_api_nvp_r_managerecurringpaymentsprofilestatus

i don't have sample code @ hand, shouldn't hard adapt different example this. e.g. nvp sdk sample code @ https://www.x.com/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -