#JDobbsy1987
1 messages · Page 1 of 1 (latest)
Hi there!
So you would like to create one-off invoices with a dynamic price?
You can learn how to create one-off invoice with the API here: https://stripe.com/docs/invoicing/integration
And when you create the invoice items, you can either set a price ID or directly an amount https://stripe.com/docs/api/invoiceitems/create?lang=node#create_invoiceitem-amount
Thank you, when looking at that i could see the line item was returning an ID which made me think we would end up creating thousands of products however having tested it, it looks like it works as we would like, that being we get a custom price and we don't have loads of unused products listed in the Stripe Admin area
Does this mean you solved your issue? If not let me know and I'm happy to help.