Lists all payables from the connected entity.
If you already have the data of the payable (amount in minor units, currency, vendor information, and other details)
stored somewhere as individual attributes, you can create a payable with these attributes by calling POST
/payables and providing the base64-encoded contents of the original invoice file in the field base64_encoded_file
.
A payable is a financial document given by an entity`s supplier itemizing the purchase of a good or a service and demanding payment.
The file_name
field is optional. If omitted, it defaults to “default_file_name”. If the settings are configured
to automatically set suggested_payment_term
, this object can be omitted from the request body.
The id
generated for this payable can be used in other API calls to update the data of this payable or trigger
status transitions, for example. essential data
fields to move from draft
to new
Related guide: Create a payable from data
See also:
The ID of the entity that owns the requested resource.
Order by
Max is 100
A token, obtained from previous page. Prior over other filters
Allowed sort fields
Search for a payable by the identifier of the line item associated with it.
Search for a payable by the identifier of the purchase order associated with it.
Search for a payable by the identifier of the project associated with it.
Search for a payable by the identifiers of the tags associated with it.
Successful Response
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).
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).