#Panos
1 messages · Page 1 of 1 (latest)
Hello!
- Is 'incrementing an authorization’ only available for Terminal and not online payments? If so, is there a way to increase the amount for a confirmed PaymentIntent before capturing it.
Nope, you need to create another PaymentIntent and ask for another authorization for the hole amount or for the remaining amount- Currently funds capture window is 7 days. Can this be extended
For online card payment, is up to 7 days and can't be extended:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#:~:text=For card payments%2C the amount is on hold for up to 7 days
You can instead, save the payment method of your customer and charge it later (if the customer has enough fund on their payment methods when doing the charge)
https://stripe.com/docs/payments/save-and-reuse?platform=web