#DotDotDot-payment-expiry
1 messages · Page 1 of 1 (latest)
After confirmCardPayment gets called, the user will be given 7 days to complete the payment. Else, the payment will be expired and the refund will be processed. So I wanted to extend that duration to a specific date.
Ah, are you using auth and capture? Can you share a Payment Intent ID?
I'm not quite sure (cause I'm still exploring the platform) but I think it is auth and capture. Here is one of the payment intent ID from the test transaction pi_3K1JuQFKSHLnkk9A0K8x7L8U
Gotcha – yep, looks like auth and capture
The actual duration that the auth is valid for depends on a number of factors: https://stripe.com/docs/payments/capture-later#authorization-window
But it can't be extended I'm afraid (not a Stripe limitation – just how it works)
I see. Thank you for the feedback.