#benjamiiinn_
1 messages · Page 1 of 1 (latest)
hi! depends what integration you're using. Checkout for example seamlessly supports multiple items, one-off or recurring, in its line_items.
Hi! I have a custom workfrlow currently using elements
could you use Checkout instead?
yeah I guess I could take a look
otherwise if you're using raw PaymentIntents then it's much more complex
I suppose the straightforward way would be to use a Subscription instead https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements and you can add single purchases as invoice items https://stripe.com/docs/billing/invoices/subscription#first-invoice-extra
ok thanks for the help, I thought this was going to be a bit of a pita
checkout seems like a solid solution for the time being (its only and mvp) thanks for your help!