#yaroslav_25808
1 messages · Page 1 of 1 (latest)
Hello
Payment won't be automatically attempted again unless the Subscription goes into its retry schedule on renewals
On the initial Subscription invoice you should manually attempt payment again
You can do this by hitting the /pay endpoint after the update occurs: 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.
ok, just to clarify, automatic retries work only for subscription renewals, but initial payment retry is only manual process, right?
Correct
Ok last question about renewals, does it also require manual pay if all attempts failed and user changes payment card?
Yes if all your retries have already been used and you still want to charge then you would have to manually trigger the payment attempt.
thanks, is there way not to expire subscription if first payment fails?
No, it will always expire in 23 hours