#jacky_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/1371399614376312864
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What do you mean by 'fixed'?
so in https://docs.stripe.com/terminal/features/extended-authorizations , Extended authorization validity window for MasterCard is 30days, does it mean the captured funds will only be released after 30 days
or I can cancel it by calling API early
It means that you'd have 30 days to capture the held funds, otherwise they'd be released
So I can use https://docs.stripe.com/api/payment_intents/cancel to release the funds
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yep, within that 30-day auth window if you want to cancel early
What do you mean by 'always success'?
As the doc said, "you can request to extend the capture window of the payment." Do I need to wait for any approval
The capture_before property would reflect the auth window granted by the card network
Will the card network always allow extending the capture window? As in my situation, I will need to extend capture window for all payment intent as Visa only has 4 days and 18 hrs and I need 7 days
Will the card network always allow extending the capture window?
Not guaranteed no
No problem, glad I could help!