#kanzaki_api

1 messages ยท Page 1 of 1 (latest)

tame zenithBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291222411286417518

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

lavish bridge
#

If the subscription is already active, the status will remain as active until the payment fails

untold socket
#

what if it's a new subscription ?

#

does it become active after the first payment goes through ?

lavish bridge
untold socket
#

if a customer updates their plan, they can't access the new features instantaneously if they use SEPA debit I assume ?

lavish bridge
#

This is the lifecycle of the subscription: https://docs.stripe.com/billing/subscriptions/overview#subscription-lifecycle

does it become active after the first payment goes through ?
Yes, the subscription will become active after successful payment

if a customer updates their plan, they can't access the new features instantaneously if they use SEPA debit I assume ?
This is up to your own system integration when you would like to grant the access of the features.

I'd recommend checking pending update feature that only updates subscription after the payment is successful: https://docs.stripe.com/billing/subscriptions/pending-updates

Learn how to handle payment failures when updating subscriptions.

Learn how to manage recurring payments and subscription lifecycles.

untold socket
#

thank you so much

lavish bridge
#

No problem! Happy to help ๐Ÿ˜„

tame zenithBOT