#tunechi483-subscriptions
1 messages · Page 1 of 1 (latest)
Yep
you could use Subscription Schedules with the phases.iterations set to 10. https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-iterations
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks!
let me know if you need any more help
@rigid jewel Sorry, one more question, is the maximum quantity of payments is 10 times?
I see, thank you
And can we explain to the customer on the checkout that he/she will have, for example, 10 monthly debits?
Maybe we can create some kind of description for each product @rigid jewel
If you already have a product/price yes you can add a description to it
Okay, Thank you for assistance!