如何在c#中使用stripe API取消订阅stripe支付计划
本文关键字:stripe 取消 计划 API | 更新日期: 2023-09-27 18:16:48
我能够在c#中使用stripe API订阅一个包,现在我的目标是给用户一个取消订阅计划的选项,我们如何使用stripe API来做到这一点,我可以使用任何代码样本或类?
详情如下。
API: stripe.net
如果需要更多的信息,请告诉我。
要结束正在进行的订阅,您需要使用取消订阅API请求。
这是用Stripe.net发出请求的文档:https://github.com/jaymedavis/stripe.net#canceling-a-subscription.