#tripti_48292
1 messages · Page 1 of 1 (latest)
Sure, you'd have a couple options:
- Add them as items directly to the invocie upon receipt of
invoice.createdevent. - Add them as pending items on the associated subscription via https://stripe.com/docs/api/subscriptions/update#update_subscription-add_invoice_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.