#julia_91219
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can use Subscription Schedules with this https://stripe.com/docs/billing/subscriptions/subscription-schedules
and use the iterations in the phase to choose how many months https://stripe.com/docs/api/subscription_schedules/update#update_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.
Thank you! Is it the admin or the developers that create a binding membership - so that my user/customer make a comittment to pay monthly for a chosen period?
Hey! Taking over for my colleague. Let me catch up.
Is it the admin or the developers that create a binding membership
What you mean exactly by the binding membership ?
With "binding membership" I mean a user e.g. choose a 12-month membership and will pay montly using Stripe during the whole 12-month period. This meaning that the customer; 1. Won't pay the whole 12-month cost at once, and 2. Can't excit the chosen 12-month membership/payment period.
= The user have to pay monthly during the whole 12-month membership.