#harisabbasi12
1 messages · Page 1 of 1 (latest)
hello! Stripe would follow the automatic retry settings, so if there are still retry attempts left, it would eventually retry with the new PaymentMethod. Otherwise, you can also attempt to pay immediately using https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes i am using stripe.invoices.pay methid, so it would attempt immediately?
yes, it would attempt to pay immediately if you make that request. You can test it out
Cool, actually i tried on test mode, i imediately paid past_due subscription and it got paid. But i wanted to make sure it would work on live mode