List Invoice
curl --request GET \
--url https://api.example.com/{version}/invoices/list \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"invoice_number": "<string>",
"counterparty_id": 123,
"currency": "<string>",
"total_amount": 123,
"status": "<string>",
"note": "<string>",
"fee_bearer": "<string>",
"due_date": "2023-11-07T05:31:56Z",
"as_payment_link": true,
"owner_id": 123,
"owner_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"reference_id": "<string>",
"paid_at": "2023-11-07T05:31:56Z"
}
]invoices
List Invoice
GET
/
{version}
/
invoices
/
list
List Invoice
curl --request GET \
--url https://api.example.com/{version}/invoices/list \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"invoice_number": "<string>",
"counterparty_id": 123,
"currency": "<string>",
"total_amount": 123,
"status": "<string>",
"note": "<string>",
"fee_bearer": "<string>",
"due_date": "2023-11-07T05:31:56Z",
"as_payment_link": true,
"owner_id": 123,
"owner_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"reference_id": "<string>",
"paid_at": "2023-11-07T05:31:56Z"
}
]Authorizations
HTTPBearerHTTPBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Three-letter ISO-4217 currency code (e.g. USD, LRD, NGN)
Required string length:
3Pattern:
^[A-Z]{3}$Available options:
IDLE, ACTIVE, PROCESSING, PAID, CANCELED Response
Successful Response
Three-letter ISO-4217 currency code (e.g. USD, LRD, NGN)
Required string length:
3Amount
Last modified on June 23, 2026
Was this page helpful?
⌘I
