Get invoices
Returns a list of invoices requested for financing
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Query parameters
order
Order by
Allowed values:
limit
Max is 100
pagination_token
A token, obtained from previous page. Prior over other filters
sort
Allowed sort fields
Allowed values:
invoice_id
ID of a payable or receivable invoice.
invoice_id__in
List of invoice IDs.
status
Status of the invoice.
status__in
List of invoice statuses.
type
Type of the invoice. payable or receivable.
Allowed values:
type__in
List of invoice types.
Allowed values:
document_id
Document ID of the invoice.
document_id__in
List of document IDs.
issue_date__gt
Issue date greater than.
issue_date__lt
Issue date less than.
issue_date__gte
Issue date greater than or equal.
issue_date__lte
Issue date less than or equal.
due_date__gt
Due date greater than.
due_date__lt
Due date less than.
due_date__gte
Due date greater than or equal.
due_date__lte
Due date less than or equal.
created_at__gt
Created date greater than.
created_at__lt
Created date less than.
created_at__gte
Created date greater than or equal.
created_at__lte
Created date less than or equal.
total_amount
Total amount of the invoice in minor units.
total_amount__gt
Total amount greater than.
total_amount__lt
Total amount less than.
total_amount__gte
Total amount greater than or equal.
total_amount__lte
Total amount less than or equal.
Response
Successful Response
data
A list of invoices requested for financing.
prev_pagination_token
A token that can be sent in the pagination_token
query parameter to get the previous page of results, or null
if there is no previous page (i.e. you’ve reached the first page).
next_pagination_token
A token that can be sent in the pagination_token
query parameter to get the next page of results, or null
if there is no next page (i.e. you’ve reached the last page).