#cole-youngmark_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/1333807417347145761
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
by default the auth lasts ~7 days. but you could talk to Stripe support to see if you are elligible to access the extended authorization: https://docs.stripe.com/terminal/features/extended-authorizations
to contact Stripe support: https://support.stripe.com/contact
Ok thanks Soma, so no way to "update" the auth to extend it via the API?
no that's not possible.
Could it make sense to tokenize the card information and re-auth on the 6th day ?
you can, but there's no garentee that the bank won't decline the second auth (not enough funds, 3DS requested, etc.)
Fair point. Thanks for your help!
Does the Incremental Auth extend the auth or just the amounts?
Yeah not sure we will quality for extended auth since this would be ecom sales
I wonder if It makes more sense for me to implement a re-auth structure with tokenized information in our cases that extend beyond 7 days OR go to my finance team and tell them we should just auth and capture funds immediately at the time of purchase.
Yeah those would be the 2 options really