#karuppasamy
1 messages · Page 1 of 1 (latest)
hello! is this the page you're looking for? https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
no
i need cancel subscription immediately or at end of billing date like that setting
This is the API request to cancel a subscription immediately - https://stripe.com/docs/api/subscriptions/cancel
If you want to cancel the subscription at the end of the billing cycle, you can update the subscription's cancel_at_period_end : https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at_period_end
or if you want to cancel at a specific datetime, pass it into cancel_at : https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no need document . i need setting page for that
how to go this page
i am asking about this page
If you reach out to Stripe Support - https://support.stripe.com/contact, they'll be able to advise you on your questions! We mainly help with developers who want to integrate directly with the Stripe API here on this channel so we aren't so familiar with the Dashboard