#karuppasamy

1 messages · Page 1 of 1 (latest)

tranquil vergeBOT
latent palm
dusky stag
#

no

#

i need cancel subscription immediately or at end of billing date like that setting

latent palm
#

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

dusky stag
#

no need document . i need setting page for that

#

how to go this page

#

i am asking about this page

latent palm
#

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

latent palm
#

@dusky stag lets continue any further discussion in the same thread

#

copying your original ask here :

can i test recurring payment for a subscription? at test mode?

#

yes, you can