#Mathieu Ducrot-test-card-fail

1 messages · Page 1 of 1 (latest)

plush ether
#

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

misty burrow
#

So if i only use Checkout Session with card payment it will handle everything thing for us ?

plush ether
#

Yes, any declines/failures will be relayed in the Checkout page

misty burrow
#

ok

#

thanks for the info

plush ether
#

Np!

misty burrow
#

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 ?
plush ether
#

A subscription shouldn't be created by Checkout if the initial payment fails

misty burrow
#

It create one but with incomplete status, does that mean that Smart Retries works only for subscription with unpaid status ?

plush ether
#

Can you share an example