#Hackerman
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
I do not think that is an option. You'd created the Subscription via Checkout, then create the Subscription schedule, by using this: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription
But my schedule subscription have 2 phases, the first phase have 5 iterations and a price different to other phase what have 1 iterations
Example
I'm unsure what the question is here, can you add more details
I want the customer to pay for the start of the 6-month subscription with specific phases directly in just one step
What does this 'specific phases directly in just one step'?
Example : $660.5 in 6 fee
$101.10
$101.10
$101.10
$101.10
$101.10
And $101.00
In order to avoid losses to decimal places
I'm still unsure what the ask is here. What are you seeing vs. what you want to see?
To make the payment in installments I must generate the setupIntent and generate the checkoutSession in "setup" mode but what I need is for the client to see and pay the first installment directly and be subscribed for 6 months with those specific phases
Is it understood?
You can then just use Checkout in Subscription mode, then use the Subscription schedule, by using this: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription. This way, your customers see the first subscription of $101.10 and the rest will be billed thereafter
If I create a monthly subscription and schedule it. How do I schedule the last month that has a different price?