#T-David
1 messages · Page 1 of 1 (latest)
Hi there. You could create an invoice item for the customer for the added amount to the base price: https://stripe.com/docs/api/invoiceitems/create. That way the first subscription invoice will have the added amount and then subsequent invoices will be for the base amount
I see, is there a way to do this but with the volume or graduated prices?
Thanks a lot for you help.
Ah if you're trying to have different per unit pricing for metered stuff in the first month subscription schedules might be the move: https://stripe.com/docs/billing/subscriptions/subscription-schedules
First month would be the first phase then the rest of the subscription would be the next phase
Awesome, I'm going to try this right now. You are amazing 🤗