#Minami Yuya

1 messages ยท Page 1 of 1 (latest)

onyx meteorBOT
queen wasp
#

๐Ÿ‘‹ happy to help

junior ginkgo
#

Sorry I misunderstand your question ate te beginning

#

let me correct my answer

balmy oak
#

No problem.
Best regards!

junior ginkgo
#

In general what prodcut/prices you add, it's something transparent to PaymentLinks.

a product that is billed monthly for 3 months only
there is couples of options to do that:
1- you create a recurring 1 month price, and after 3 months you cancel the resulted subscription:
https://stripe.com/docs/api/subscriptions/cancel
2- you create a subscription_schedule with 3 phases (1 month price for each phase) with an end_behavior=cancel
https://stripe.com/docs/billing/subscriptions/subscription-schedules
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-end_behavior
3 -you create a subscription_schedule with only 1 phase (1 month price) with an end_behavior=cancel and phases.iterations=3
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-iterations

balmy oak
#

Thank you.