#defekt7x-paymentmethod-update
1 messages · Page 1 of 1 (latest)
Hello! Stripe won't retry automatically and the best option is to call the Pay Invoice API in that case: https://stripe.com/docs/api/invoices/pay
Bet it will try automatically if you pay extra. https://stripe.com/docs/invoicing/automatic-collection#smart-retries
not really
That is all free to retry automatically
What we don't support is the immediate retry because often the dev want to try the card and say "hey your new card failed again" synchronously
makes sense.
Thanks!