#๐Ÿฌ Andrey

1 messages ยท Page 1 of 1 (latest)

rich ferryBOT
manic plume
#

When we create a payment intent does it expire ?
Depends. Generally, no. Do you have a specific example?

Do we receive a webhook when this happens?
You'd receive a payment_intent.canceled event

#

The incomplete badge on the Dashboard doesn't map directly to one Payment Intent status enum

#

Any expired/cancelled PIs would be badged as canceled, not incomplete

shut harness
#

Thank you, one more question:

If I create a payment intent now, can I use it in 14 days?

manic plume
#

Do you have an example? Are you using auth/capture? Or just a regular payment?

shut harness
#

We create a payment intent with auto-capture on and payment method to automatic (default). We also have a second case, in which we use payment method type card_present.

manic plume
#

Then they'll never automatically be cancelled

#

Separate payment authorization and capture to create a charge now, but capture funds later.

shut harness
#

ok, that explains everything for us! Thank you for swift responses!