#Roopa
1 messages · Page 1 of 1 (latest)
Yeah you can do that
I recommend reading throught the pricing models guide: https://stripe.com/docs/products-prices/pricing-models
You can do any interval between 1 day and 1 year
Sorry correction
Just made an edit
So you won't be able to do every other year billing easily
Is there any way we can achieve it please?
You can have a yearly price, and then every other year apply a negative amount invoice item for the customer, so they are credited the full value of the invoice every other year: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That will effectively achieve 2 yearly pricing, but requires some manual effort/code on your part
Thank you so much. I will try it.