#oleh
1 messages · Page 1 of 1 (latest)
Hello,
You can monitor the payment_intent in your integration, and after 15min if no payment was occurred, you can cancel it:
https://stripe.com/docs/api/payment_intents/cancel
Thanks. So as I understood is not possible to provide any expiration parameter during payment intent creation, is it correct?
Nope, you can't provide an expiration on the PaymentIntent level.
Thanks
Just one more small questions. If it is not possible to control it on PaytmentIntent level maybe is possible to control how long customer could stay on 3dSecure page?
on this one
The 3dSecure Page is generated and controlled by the card's bank of the issuer.
This is a Stripe example, but in live mode the 3d secure page is controlled by the issuer card bank
Understood. Thanks so much
Welcome!