#gingervitis-payments
1 messages · Page 1 of 1 (latest)
the way to model this is to create a subscription which has initial invoice items for the one-off purchases
you can use the add_invoice_items param on https://stripe.com/docs/api/subscriptions/create to do this
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, so i would do a add_invoice_items to itemize items that are NOT part of the subscription when a user 'checks out'
right
ahh ok ok.