#fvcci_docs
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/1356490678066221162
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Do you have an example subscription object ID?
I unfortunately do not
Does subscription checkout means you are using Checkout Sessions?
Noted! Give me moment.
I think having a way to identify whether a checkout has been paid with SEPA direct debit payments would solve the issue? Customer support on my company's side can handle failed payments if those occur
To confirm, you want to start providing services to your customer even before the subscription is successfully paid for?
yes, and this is specifically for SEPA payments because these payments take a long time before stripe updates them to active
Can I understand more about what do you mean by can't identify these subscriptions since the status is not yet active?
When a checkout session gets completed, you are not able to see a subscription object?
just to confirm my understanding about the subscriptions API, but when a SEPA payment is successful and a subscription is created, what is the status of such a subscription?
If the payment is successful the status of the subscription will be active.
Could you then elaborate more on what is the issue you are facing or the goal you would like to reach?
oh so even despite a delayed deposit of funds into a stripe balance, the subscription will be marked active on a successful payment?
SEPA payments are delayed according to this documentation here: https://docs.stripe.com/payments/sepa-debit#timing
Your query was "when a SEPA payment is successful and a subscription is created, what is the status of such a subscription". So when the payment is successful, the subscription will be active.
I would be able to assist more effectively if I can better understand your process / issue. You had mentioned My company wants to record their subscription and provide them immediate service, but can't identify these subscriptions since the status is not yet active. Can you provide more information about this?
I sadly do not have more information about this. I was told of this issue by my colleague but didn't experience it myself