#slavishpizza101_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/1308898356747309177
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
SetupIntent and then creating multiple subscriptions is the only way to achieve this really
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?
I really can't say
It's hard to predict that kind of thing
There might be some issues but i don't know
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.
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
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?
The recurring charges
do you have any ideas of what potential issues we might run into?
I see, that makes sense. So even if th ecarge is 0 dollars, stripe still charges the card?
No i'm talking about the ones > $0
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?
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
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
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
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
Yeah