#Wagyuking-subscriptions
1 messages · Page 1 of 1 (latest)
Hi! How do you want to create the subscription? With Checkout Session or by directly creating a subscription?
by directly creating a subscription
OK! In this case you have two options:
- Use Subscription Schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules
- Or use a regular $20 subscription, but use
add_invoice_itemsto add an additional $80 on the first month, and then update the subscription with a coupon code to make the second month free https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items https://stripe.com/docs/api/subscriptions/update#update_subscription-coupon
thx mate, how could i set up with option 1, i read the guide but i didnt find detailed way to set up