Working with Invoices

Adding Items to Invoices

To add an item to an invoice in Stripe, use the following syntax:

add a item to the invoice with
  the customer is "cus_123ABC"
  the amount is 1500
  the currency is "usd"

This adds an item to the specified invoice with the given customer, amount, and currency.

Sending Invoices

To send an invoice in Stripe, use the following syntax:

send the invoice

Last updated

Was this helpful?