#leiha_best-practices
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/1410205133756825661
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- leiha_code, 1 day ago, 14 messages
Generally the auth window validity is 7 days, unless your account qualifies for extended auth windows: https://docs.stripe.com/payments/extended-authorization
Mainly that your account is on IC+ pricing
we have many customers ( renters ) who have a single stripe account each time.
So we must do make each account on IC+ pricing ?
I'm guessing you're a Connect platform? What type of Connect charges are you doing?
no connect in fact we configure an account for each renter in our platform
Then yes, each of those Stripe accounts would need to be on IC+ pricing for the extended auth windows
so for to be sure
there is no way to renew imprint directly by the code without customers action. the only thing we can do the content of this thread right ? ( it's for my reply of my boss , clearly )
Well you could try and initialise a new authorisation after the initial one expires. But there's no guarantee that it won't require customer intervention (e.g. 3DS/auth challenge from bank)
So you'd need to handle those scenarios which can be tricky as I'm assuming they're off-session at this point