#arthur_api
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/1319371360123879524
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Looking into this now.
I know that Mastercard is the most permissive with when they will grant extended authorization, so that makes sense that of the four you're getting 30 days from them
Digging for more details now
You can see in our public docs that each network has different criteria for when they will offer extended auth, and as of right now my suspicion is that the others are denying extended auth due to the "Merchant Category" criteria.
https://docs.stripe.com/payments/extended-authorization?platform=web&ui=elements#availability-by-card-network-and-merchant-category
As the docs specify, this is a "request" for extended auth that is determined by card networks, so your integration should always be prepared to handle shorter authorization windows, even if you're usually getting 30 day windows.