#ishan-eventrac - subscriptions
1 messages · Page 1 of 1 (latest)
Hi there!
To do instalments, you could use subscriptions schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Otherwise we also have some specific Buy Now Pay Later payment methods: https://stripe.com/docs/payments/buy-now-pay-later
We were thinking of using The Setup Intents API. Do you think that can be also used here if we have to manage instalments ourselves?
Also, can we charge them at the time of creating setup intent?
Yes you could do that manually with a PaymentIntent or a SetupIntent (depending on your needs).