#DotDotDot-payment-expiry

1 messages · Page 1 of 1 (latest)

jaunty frigate
#

Hey! Can you clarify what you mean by 'payment expiry'?

sturdy yoke
#

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.

jaunty frigate
#

Ah, are you using auth and capture? Can you share a Payment Intent ID?

sturdy yoke
#

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

jaunty frigate
#

Gotcha – yep, looks like auth and capture

#

But it can't be extended I'm afraid (not a Stripe limitation – just how it works)

sturdy yoke
#

I see. Thank you for the feedback.