Invoices
List invoices
Create invoice
Search invoices
Delete invoice
Get invoice
Update invoice
Create invoice attachment
Delete invoice attachment
Cancel invoice
Publish invoice
Webhooks
invoice.canceled
invoice.created
invoice.deleted
invoice.payment_made
invoice.published
invoice.refunded
invoice.scheduled_charge_failed
invoice.updated
<- Invoices API
Invoices API
Version
2024-10-17
GET
/v2/invoices/{invoice_id}
Retrieves an invoice by invoice ID.
Guide
Retrieve invoices
Example code
invoice_id
string
Required
The ID of the invoice to retrieve.
invoice
Invoice
The invoice requested.
Show attributes
errors
Error [ ]
Information about errors encountered during the request.