#andystevenson
1 messages · Page 1 of 1 (latest)
Hi
You create a price for 3month and a monthly price
Thanks. Can you show me what that looks like in an api call?
You set interval_count=3 and interval=month:
https://stripe.com/docs/api/prices/create#create_price-recurring-interval_count
and another price with interval_count=1 and interval=month
you create a Subscription Schedule with two phases mainly, a first one with the 3 month price
and the second phase with the monthly price
Thanks!