简体   繁体   中英

How to know when PayPal recurring payment fired?

I'm using new PayPal REST API to manage users recurring payments. When i create recurring profile i provide return_url and cancel_url . But how do i know if scheduled payment succeeded or failed so i can prolong or cancel user profile in my application? I know there is IPN but it should be used with old Classic API.

Take a look at Instant Payment Notification . It will allow you to automate tasks based on all sorts of transactions on your account, including new subscription profiles and payments related to them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM