#keven

1 messages · Page 1 of 1 (latest)

crimson elmBOT
boreal mortar
#

Payment Intent doesn't expire. If the Payment Intent has been paid successfully, the status will be in succeeded, or payment_intent.succeeded event will be sent to your Webhook endpoint.

Your system should manage your own expiry. For example, when the expiry timestamp is reached, you will check the Payment Intent status. If the payment intent status isn't in processing or succeeded, then you will cancel the payment intent

languid trench
#

So , when the expiry timestamp is reached, did I need to call the API to cancel the Order ?

boreal mortar
languid trench
#

ok , I understand ,thanks