#manic-pixie-dream-bananarchist_api

1 messages ยท Page 1 of 1 (latest)

primal crestBOT
#

๐Ÿ‘‹ 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/1294356303640268822

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

odd quarry
#

Hi there, sorry for the delay

#

Just to be clear, is your goal to cancel Subscriptions or to send Invoices on a schedule you decide ad hoc?

wispy tundra
#

we're sunsetting the product entirely

#

so want all subscriptions set to renew after 10/15 to not renew

#

not sure if i can do that by just archiving the product or something, but doing it on that level rather than per customer would be great

odd quarry
#

I see, okay. No, archiving the Product or Price will only block you from creating net-new Subscriptions with that Product or Price

wispy tundra
#

gotcha, so i need to write a script to go through everything active?

odd quarry
wispy tundra
#

will that

  1. prevent trials from converting (and charging)
  2. stop failed payment auto retries
odd quarry
#

Once a Subscription is canceled, no further new Invoices will be generated. In your script, you should make sure to not only update active Subscriptions but trialing Subscriptions as well

wispy tundra
#

๐Ÿ‘

odd quarry
#

As for failed payment auto retries, we'll stop automatic collection on Invoices but won't void any finalized Invoices.

#

This means that if a customer uses the Hosted Invoice Page to access an Invoice and attempt to pay, they won't be blocked from doing so.

wispy tundra
#

so the invoice will still show as due but it will not attempt to charge a failed payment again?

#

okay so i should cancel invoices too

#

thank u for the assistance, this is super helpful

odd quarry