Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Query Parameters
Number of records per page
Page number
Filter invoices by status
Available options:
DRAFT
, FINALIZED
Example:
"FINALIZED"
Filter invoices by payment status (e.g., pending, failed, succeeded)
Available options:
PENDING
, FAILED
, SUCCEEDED
Filter invoices by external customer ID
Filter invoices issued on or after this date (ISO 8601 format)
Example:
"2023-10-01"
Filter invoices issued on or before this date (ISO 8601 format)
Example:
"2023-10-01"