#fvcci_docs

1 messages ¡ Page 1 of 1 (latest)

naive sealBOT
#

👋 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.

rigid flame
#

Hi! Do you have an example subscription object ID?

unique apex
#

I unfortunately do not

rigid flame
#

Does subscription checkout means you are using Checkout Sessions?

unique apex
#

yes

#

specifically using checkout sessions to create subscriptions

rigid flame
#

Noted! Give me moment.

unique apex
#

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

rigid flame
#

To confirm, you want to start providing services to your customer even before the subscription is successfully paid for?

unique apex
#

yes, and this is specifically for SEPA payments because these payments take a long time before stripe updates them to active

rigid flame
#

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?

unique apex
#

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?

rigid flame
#

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?

unique apex
#

oh so even despite a delayed deposit of funds into a stripe balance, the subscription will be marked active on a successful payment?

rigid flame
#

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?

unique apex
#

I sadly do not have more information about this. I was told of this issue by my colleague but didn't experience it myself