#John W-Subscription
1 messages · Page 1 of 1 (latest)
Hi, yes - I think you're looking for our Subscriptions Schedule API: https://stripe.com/docs/billing/subscriptions/subscription-schedules
Essentially, you's use 2 phases, https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-phases. The first phase for $599 for three months. Then, the second phase for $199
Can I set that up to automatically apply subscriptions or do I have to manually set those up in the UI for each customer?
Once you set it up, phases happen automatically, https://stripe.com/docs/billing/subscriptions/subscription-schedules#phase-transition
You'd need to set up the subscription schedules for those customers at first though
Ok, so what I'm looking at doing, is have a user go to my wordpress/marketing site, pay for the subscription service there and then automatically get sent an email with password/username/link to app (which we'll generate from our app). So, I won't necessarily have any customer information until they pay for the initial $599 payment on wordpress site and then at month 4 they need to be automatically charged 199
Is the initial payment of $599 being processed by Stripe? You mentioned 'pay for the subscription service there' so I wanted to clarify that piece.
Yes, by stripe
Great, so yeah, then you can create subscription directly through a schedule: https://stripe.com/docs/api/subscription_schedules/create