List all invoices
This endpoint is used for retrieving all invoices.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number.
Number of records per page.
Unique identifier assigned to the customer in your application.
Filter invoices starting from a specific date.
Filter invoices up to a specific date.
Filter invoices by status. Possible values are draft
or finalized
.
draft
, finalized
Filter invoices by payment status. Possible values are pending
, failed
or succeeded
.
pending
, failed
, succeeded
Filter invoices by payment_overdue. Possible values are true
or false
.
Search invoices by id, number, customer name, customer external_id or customer email.
Filter invoices by currency in. Possible values ISO 4217 currency codes.
Filter invoices with a payment dispute lost. Possible values are true
or false
.
Filter invoices by invoice type. Possible values are subscription
, add_on
, credit
, one_off
or advance_charges
subscription
, add_on
, credit
, one_off
, advance_charges
Response
Was this page helpful?