#Mathieu Ducrot-test-card-fail
1 messages · Page 1 of 1 (latest)
Hey there. Well card payments will always fail synchronously so what you're describing won't happen with card payments
However there are async/delayed payment methods where the Checkout Session will succeed, but ultimately the payment may fail X days later
So if i only use Checkout Session with card payment it will handle everything thing for us ?
Yes, any declines/failures will be relayed in the Checkout page
Np!
Ok here's one more question about failing handle :
- Since each attempt to do a checkout session create a subscription and generate an invoice for it
- And if i use a card with insufficient funds it will mark the payment intent has failed for this invoice
- So user quit the session checkout
- Comes back like 1 or 2 days later to do another checkout and this time succed for it
- Will Smart Retries still attempt to do some retries on the first invoice that failed due to insufficient funds ?
A subscription shouldn't be created by Checkout if the initial payment fails
It create one but with incomplete status, does that mean that Smart Retries works only for subscription with unpaid status ?
Can you share an example