#slavishpizza101_docs

1 messages ¡ Page 1 of 1 (latest)

void fractalBOT
#

👋 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/1308898356747309177

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

slow monolith
#

SetupIntent and then creating multiple subscriptions is the only way to achieve this really

karmic wasp
#

I see, and would this be likely to cause issues with the customer's bank if this is done for a few subscriptions in a short time span?

slow monolith
#

I really can't say

#

It's hard to predict that kind of thing

#

There might be some issues but i don't know

karmic wasp
#

I see, I saw a stack overflow post mentioning people using a 0 dollar per day subscription and managing the recurring costs for each customer on their own end by adding invoice items on appropriate days when they receive the invoive.created webhook. I'm not sure about implemnenting this because there mgith be some issues. Do you think that could work.

slow monolith
#

It could work

#

In terms of issues with various banks I can't really say

#

I think it'll be easiest for you if you do multiple subscriptions

karmic wasp
#

I am leaning towards multiple subscriptions too. And do you mean issues with variaous banks for the setup intent method or the 0 dollar per day recurring usbscription?

slow monolith
#

The recurring charges

karmic wasp
#

do you have any ideas of what potential issues we might run into?

slow monolith
#

Declines and 3ds

#

Mostly

karmic wasp
#

I see, that makes sense. So even if th ecarge is 0 dollars, stripe still charges the card?

slow monolith
#

No i'm talking about the ones > $0

karmic wasp
#

ahh i see but that would be an issue regardless i assume because if a customer has 5 ongoing subscriptions even if they created 5 difderent subscriptions fully managed by stripe would it be an issue?

slow monolith
#

Hard for me to say what would more likely create issues with the banks

#

Don't really have an answer

#

How data is sent to the banks is different in these scenarios

karmic wasp
#

ahh thats fair enough. Do you think oyu could tell me how the way data is sent is different if we created ivoices on one subcription as opposed ot multiple subscriptions

slow monolith
#

Each time you create a subscription, we tell the bank that there's going to be recurring charges for that certain amount

#

So if you create multiple subscriptions we tell the bank this multiple times

#

And you may get a 3ds request for each/some of those subscriptions' first payments

#

hard to say

#

probably less likely if the pm was set up with a setupintent

karmic wasp
#

ahh i see. thats helpful to know

#

thank you

#

so i have one more question, if i use setup intents, and a customer checks out with 2 subscriptions, can I expect 2 charges to show up on the customer's statement

slow monolith
#

Yeah