#kanzaki_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
If the subscription is already active, the status will remain as active until the payment fails
what if it's a new subscription ?
does it become active after the first payment goes through ?
This depends on the payment_behavior set in your Subscription creation request: https://docs.stripe.com/api/subscriptions/create#create_subscription-payment_behavior
What's the value you set?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if a customer updates their plan, they can't access the new features instantaneously if they use SEPA debit I assume ?
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
thank you so much
No problem! Happy to help ๐