#mohiodin
1 messages · Page 1 of 1 (latest)
👋 happy to help
i want to setup a payment which i charge customer at a time like 297 for first 90 days and then i would like to charge 47 at a recuring time (not 90 days interval as recuring ) how would i do
waiting
you can use Subscription Schedules
you can start by reading through this doc https://site-admin.stripe.com/docs/billing/subscriptions/subscription-schedules#subscription-schedule-phases
will i contact you again if i dont understand
yes please do come back
ok can you please provude ma link of some toutial video
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
I'll check if we have one
What's wrong with the doc?
i am new to stripe
i want to make a recuring plan as like that i would like to charg 297 for first 90 days at a time and after 90 days 47 for a recuring interval not for 90 dyas interval after
I'm not sure I understand. You want the first interval to be 90 days. Then what's the following intervals?
then next intervals for monthaly or custome as client want
For that you can use a Subscription Schedule, and change the Price after one iteration.
The first phase would have one Price for 1x 3-month payment of $297, and the following phase would have another Price with 1-month $47.
You can use a dynamic price_data property for the second phase, so you can create Prices with custom intervals: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-items-price_data-recurring-interval
thanks a lot i am working on it if i face any issue i will contact you Thnks gain
Happy to help.
i want to charge 297 for 90 days and then after 90 days 47 will be charged and then so on after every 30 days 47 charged
I understand. Is there a particular part of the docs that's not clear?