#jackds
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
unfortunately Stripe doesn't allow more than yearly subscriptions
you can though create a subscription with a full year trial and a yearly price
or even get a 100% discount on the second year
ok Q
possible to charge them one time payment and give them 2 years period, and then at the end of billing period start them a yearly subscription auto
I'm not sure I follow
could you please confirm?
confirm what exactly?
I'm not sure I understand your question
oh you edited the question
ok, so yes it's possible but with a workaround
so you can create a subscription schedule with 3 phases
first phase with full yearly price over 1 iteration
second phase with 100% discound on the yearly price over 1 iteration
and 3rd phase same as the first one
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can use https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-end_behavior as release so that this becomes a yearly subscription with no specific phases after the 3rd year
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
1st payment will be as one time payment or subscription?
no it's part of the subscription schedule
ok thanks