#killrkatsten
1 messages · Page 1 of 1 (latest)
You can always separate collecting payment information via SetupIntent, and later create multiple Subscriptions for them once you have their PaymentMethodId collected via the SetupIntent
Alright, now once the two subscriptions are created they would each send out their own webhook events? So I would have to be listening to two subscriptions in order to provision access right?
Yep!
You would want to somehow check the connection, probably via metadata in example
Alright, final question, I don't necessarily need to setup a subscription to charge a customer monthly for the metered usage right? If I kept track of what I needed to charge a customer, I could create an invoice each month and that would automatically try to use their default payment method on file to pay the invoice?