#miran_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/1300709865982918678
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
No you can't capture those payments anoymore if you are no longer connected to the connected account.
So, I can't even cancel the payment intents. So, I should be waiting them to be auto cancelled, right?
Yes, the payment will be cancelled when authorization expires
So, if the same Stripe account is connected again, can I capture using their connected account ID or the ID will be different this time?
Account ID won't change
So, thos payment intents can be captured using the same account ID?
Yes, if the platform is connected
Great!
One last question, is there any way to make the authorization period 14 days for payment intents?
Why the limit is decreasing for VISA card?
https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
As of April 14, 2024, Visa has shortened the authorization window for online Merchant-Initiated Transactions from 7 days to 5 days, and they have lengthened the authorization window for in-person (Terminal) transactions from 2 days to 5 days.
Alright, then I think I have no more questions! Thanks!