【问题标题】:How to unsubscribe from stripe payment plan using Stripe API in c#如何在 c# 中使用 Stripe API 取消订阅条纹支付计划
【发布时间】:2017-03-20 13:06:01
【问题描述】:

我能够在 c# 中使用 Stripe API 订阅 Stripe 中的包,现在我的目标是让用户选择取消订阅该计划我们如何使用 Stripe API 来做到这一点,我可以使用任何代码示例或类?

请在下面找到详细信息。

API:stripe.net

谢谢,如果需要更多信息,请告诉我。

【问题讨论】:

    标签: c# asp.net asp.net-mvc-4 stripe-payments


    【解决方案1】:

    要结束正在进行的订阅,您需要使用cancel subscription API 请求。

    这是向 Stripe.net 发出此请求的文档:https://github.com/jaymedavis/stripe.net#canceling-a-subscription

    【讨论】:

    • 感谢您的回复,但我仍然无法识别 stripe.net 中的代码
    猜你喜欢
    • 2023-04-10
    • 1970-01-01
    • 2020-04-05
    • 2020-07-18
    • 2019-06-21
    • 2020-11-07
    • 2017-09-20
    • 2018-12-01
    • 1970-01-01
    相关资源
    最近更新 更多