#geordi
1 messages · Page 1 of 1 (latest)
Is it just passing the attributes like currency, unit_amount manually on the invoice_item rather than passing a price?
Hi there!
Yes, you can create an invoice, then add an invoice item to that invoice with just the amount: https://stripe.com/docs/api/invoiceitems/create
Ahhh okay, so if I pass that, and not a price its treated as a one time, one off invoice?
that's right!