#kostassioupoulis_67513
1 messages · Page 1 of 1 (latest)
Should be possible yep. I'd recommend collecting payment information upfront via a Setup Intent initially: https://stripe.com/docs/payments/save-and-reuse
Then that will give you a reusable Payment Method object that you can use when creating the multiple subscriptions
And they user can pay the full amount of the subscriptions at once?
*the
Also, does this mean, we can have multiple invoices for the customer?
No, each initial subscription payment would be a separate transaction payment and you'd need to initialise multiple API calls
Yes each subscription would have an invoice per billing cycle
Is it possible for the customer to pay for the whole amount at once and then create seperate subscriptions in stripe using custom checkout??
Not really no