#zaddler_invoice-retries

1 messages ¡ Page 1 of 1 (latest)

static nestBOT
#

👋 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.

ashen bayBOT
#

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.

tepid harness
#

Hi

pearl summit
#

Hey @tepid harness! Are you talking about automatic payment retries for Subscriptions and failed Invoices specifically?

tepid harness
#

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?

pearl summit
#

zaddler_invoice-retries

tepid harness
#

Oh this

pearl summit
#

yes!

tepid harness
#

Nice!

#

Can ask you something?

pearl summit
#

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!

tepid harness
#

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

pearl summit
#

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

tepid harness
#

But to migrate it, I don't need the user's consent?

pearl summit
#

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

tepid harness
#

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

pearl summit
#

yeah you aren't really undersrtanding what I am explaining to you

#
  1. It is impossible to edit a Price. I have just explained that above. It will never work.
tepid harness
pearl summit
#
  1. Since you can't, you have to create a new Price for the new amount.
#
  1. 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
tepid harness
#

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?

pearl summit
#

I don't really see a world where it'd be okay to just randomly change the price without asking.

tepid harness
#

I understand, another question I need to know regarding attempts

pearl summit
#

sure

tepid harness
#

In this case is it only trying 1 time? Or how is it?

pearl summit
#

It'd charge say on Monday, fail, retry on Tuesday fail -> Cancel

#

so it's one retry, or two attempts total

tepid harness
#

Oh I see

#

Ok, I'll try it anyway

#

Oh, one last question

pearl summit
#

sure

tepid harness
#

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?

pearl summit
#

it only prevents new Subscriptions to be created on that Price. Existing Subscriptions still continue totally fine

tepid harness
#

Perfect, thank you very much, I think that would be all, have a nice day!