#mitsuhiro7452_best-practices

1 messages ยท Page 1 of 1 (latest)

celest lanceBOT
#

๐Ÿ‘‹ 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/1215558197109063700

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

lyric lantern
#

Reasons why a customer may want to subscribe to several subscriptions at the same time. For example, one is a base plan with annual payments. The other one is a monthly option payment, because I am considering such a case service.

visual coyoteBOT
silk oxide
#

i'm sorry but i don't understand, can you explain what's the behaviour seeing, as compared to the behaviour you're expecting?

lyric lantern
#

The first situation is where a customer registers a credit card.
If that customer registers multiple subscriptions at the same time using the API, is it possible that some subscriptions will be created successfully and the remaining few will fail?

I only want the customer to start using the service when all the multiple subscriptions are successful.

I would like to know how to better combine Stripe services.

#

@silk oxide thank you for supporting. โ†‘ It it my answer.

silk oxide
#

If that customer registers multiple subscriptions at the same time using the API, is it possible that some subscriptions will be created successfully and the remaining few will fail?

Yes, it's possible. For example, the customer's card may get declined due to insufficient funds or other reasons

#

I only want the customer to start using the service when all the multiple subscriptions are successful.

Are these subscriptions all for the same billing interval e.g. monthly?

lyric lantern
#

Are these subscriptions all for the same billing interval e.g. monthly?
No. Base plan is yealry, and options are monthly.

silk oxide
#

ah, then you have no choice but to cancel and refund if that occurs

lyric lantern
#

I see. Is that the only way...

#

ok!