#binh
1 messages · Page 1 of 1 (latest)
Hi
Yes what is your question ?
on the retry schedule. if I have only the "Retry 1 day after the previous attempt"
Doe it mean it will keep retrying every day?
and i change the subscription status as "leave the subscription as-is"
That means only one retry will be triggered after one day, you can add other retry by clicking on the blue link to add another retry after x days and so on...
Nope just once
we can only add a total of 3 retries thru the console?
Yes
how do we go about trying more than 3x?
that's not possible using manual retry. You can activate smart retries and depending on each case Stripe decides when and how much to retry
The option "User Smart Retries for subscription" is disabled. has a green label Billing Scale. what does this mean?
can't we do it programmatically to retry?
Will the payment links still work, when all 3 retries fail?
retries is for Subscription/invoice, it has no effect on payment links
that mean you need to upgrade your billing plan:
https://stripe.com/docs/invoicing/automatic-collection#:~:text=To start using Invoicing features%2C log in to the Dashboard and select a Billing plan.
Yes you can create a schedule in your integration and charge/pay the invoice on a daily basis for example...
but this will require the billing scale upgrade?
No you can create a retry logic using Stripe APIs by creating a scheduler in your code
what's the difference between "mark the subscription as unpaid" vs "leave the subscription as-is"
does mark the subscription as unpaid, close/cancel the subscription?
can we downgrade back to starter if scale doesn't work for us?
how retries are allowed programmatically per month?
I think so, but you can double check this with Stripe Support at https://support.stripe.com/contact
You can create a scheduler(aka cron) in your integration and call invoice pay API monthly:
https://stripe.com/docs/api/invoices/pay
ok, great. thank you so much for your help, os4m37.
sorry, last questions.
can we call invoice pay API daily?
Yes you can
great, tyvm.