#uchi-subscriptions

1 messages ยท Page 1 of 1 (latest)

languid glacier
#

Can you quickly clarify - is your intention to create additional prices and update the Subscription to the new price as your pricing changes?

stiff onyx
#

That's the way I thought it might be possible to do. For example:

Client 1: Pays $100/month for years
Client 2: Pays $98.90, then $32.50 then $45.30 etc

I'm trying to understand the best way to update the client prices every month if they change.

languid glacier
#

There's a few different ways to do this - you could try out the option you already talked about (updating the Subscription to the new price every time). You could also look into having these subscriptions on a $0 recurring price, and each month you would add an Invoice item (https://stripe.com/docs/api/invoiceitems/create) to the draft invoice since subscription invoices should have a brief 1 hour period between when they're created and finalized where you can make changes

stiff onyx
#

Thank you, I'll take a look. If we go with the first option, until when can we update the price before the payment is taken? For example with Worldpay we can't adjust the price 7 days before the payment date.

languid glacier
#

You can update a Subscription at any point, but if you need it to be on a particular invoice you need to make sure to do the update before the next billing cycle end.

stiff onyx
#

OK, thank you again for your help.

languid glacier
#

๐Ÿ‘ I need to head out, but if you need anything else @brisk crest can help

brisk crest
#

๐Ÿ‘‹

stiff onyx
#

@languid glacier @brisk crest Thanks, I think we're good for now I'm going to get our devs having a play around with this.