#Binh Nguyen
1 messages · Page 1 of 1 (latest)
Hello 👋
It depends if the invoice is set to auto_advance or not (which it is most likely not if all the retries have failed).
You can manually retry the payment by calling Pay an invoice endpoint along with the payment method they've attached
https://stripe.com/docs/api/invoices/pay
Thank you!