简体   繁体   中英

How to unsubscribe from stripe payment plan using Stripe API in c#

i am able to subscribe on a package in stripe using Stripe API in c#, now my goal is to give user option to unsubscribe to the plan how can we do that using stripe API any code sample or classes which i can use ?

please find the detail below.

API : stripe.net

thanks do let me know if more information is required.

To end an ongoing subscription, you need to use the cancel subscription API request.

This is the documentation to issue this request with Stripe.net: https://github.com/jaymedavis/stripe.net#canceling-a-subscription .

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