简体   繁体   中英

Check for paypal subscription status in C#

I want to check for a user's subscription status in Paypal. I mean, if a user paid his last subscription fee I want paypal to redirect to a chosen page so I could extend his subscription date.

If it's not possible I would only like to know when a user's subscription is cancelled. Or maybe just send a request to paypal and check for that user's subscription status, whether it's paid for this month or not.

How would I achieve such a thing?

Thanks in advanced.

If you implement IPN (Instant Payment Notifications) PayPal will call a page on your site with a status, works for payments received, refunds etc. I am not sure if you can request last IPN status, but worth looking onto. HTH

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