#zaddler_invoice-retries
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1219787650752581644
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zaddler_api, 1 day ago, 19 messages
Hi
Hey @tepid harness! Are you talking about automatic payment retries for Subscriptions and failed Invoices specifically?
Yep
When an invoice is created, it looks like a draft, and if the payment fails, stripe tries 8 times and then deletes the plan, but I want it to be 2 times, is it possible?
Is there a Stripe configuration that allows you to lower the number of attempts?
You should be able to configure this in the Dashboard here: https://dashboard.stripe.com/settings/billing/automatic under Manage failed payments for subscriptions
zaddler_invoice-retries
Oh this
yes!
We only support 4 and 8 today unfortunately
alternatively use a custom retry policy and limit it to 2 retries I think
and sure ask away, if I can't answer I'll let you know!
The thing is that stripe doesn't allow me to edit the prices
When a subscription is active or has been paid
Is there a way to edit prices while there are active users? that prorate the changes
You can edit a Price, but you can migrate a Subscription from Price A for $10 to Price B for $12.99 for example and we do proration and all that
But to migrate it, I don't need the user's consent?
I'm a developer so I can only speak about the code. I don't know much about legal/compliance.
But if you are charging someone $10 and then you decide to charge them $15, you kinda need their consent right? Like when Netflix or Disney+ raise their prices they email all their customers about the price increase and let them cancel/opt out
In this case, I need to edit the price, I don't want to migrate to a new subscription
The problem is that it won't let me edit it, I'll show it to you
yeah you aren't really undersrtanding what I am explaining to you
- It is impossible to edit a Price. I have just explained that above. It will never work.
- Since you can't, you have to create a new Price for the new amount.
- After you create a new Price, as a developer, you can write code to migrate an existing Subscription from Price A to Price B. I shared the exact doc that shows you how it works https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
- Whether you can edit a Price or not is irrelevant to getting the end customer's consent. You can't just decide "oh I was charging you $10/month but I'm going to charge you $1M/month now" right? You have to warn your user of a price change
I understand, well, for legal reasons, I don't want them to file a complaint against me, but hey, it's always good to warn, right?
I don't really see a world where it'd be okay to just randomly change the price without asking.
I understand, another question I need to know regarding attempts
sure
In this case is it only trying 1 time? Or how is it?
It'd charge say on Monday, fail, retry on Tuesday fail -> Cancel
so it's one retry, or two attempts total
sure
I have seen that you archive the 'price', do not allow users to subscribe to the 'price' but what would happen if you archive a 'price' where the user is in the subscription process? Is it canceled at the end of the month?
it only prevents new Subscriptions to be created on that Price. Existing Subscriptions still continue totally fine
Perfect, thank you very much, I think that would be all, have a nice day!