v1
latestOpenAPI 3.1.12026-07-2452287575.4 KBList Payables
Returns a list of Payables that were previously created.
Query parameters
Retrieve a specific page of a List.
Set the number of results per page of a List.
Filter for transactions with the given amount due.
Filter for transactions with an amount due greater than the given amount due.
Filter for transactions with an amount due greater than or equal to the given amount due.
Filter for transactions with an amount due lower than the given amount due.
Filter for transactions with an amount due lower than or equal to the given amount due.
Filter for transactions with the given amount paid.
Filter for transactions with an amount paid greater than the given amount.
Filter for transactions with an amount paid greater than or equal to the given amount.
Filter for transactions with an amount paid lower than the given amount.
Filter for transactions with an amount paid lower than or equal to the given amount.
Filter for transactions with the bill_number provided.
Filter for Payables made to this Company ID.
Filter for transactions created at the given date and time.
Filter for transactions created after the given date and time.
Filter for transactions created after or at the given date and time.
Filter for transactions created before the given date and time.
Filter for transactions created before or at the given date and time.
Filter for Payables made using the requested delivery_method.
Filter for transactions due on the given date.
Filter for transactions due after the given date.
Filter for transactions due after or on the given date.
Filter for transactions due before the given date.
Filter for transactions due before or on the given date.
Filter for transactions by the external ID provided.
Filter for invoices issued on the given date.
Filter for invoices issued after the given date.
Filter for invoices issued after or on the given date.
Filter for invoices issued before the given date.
Filter for invoices issued before or on the given date.
Sort the transactions by the given attributes
Filter for transactions with the given statuses.
Filter for transactions where status changed at the given date and time.
Filter for transactions where status changed after the given date and time.
Filter for transactions where status changed after or at the given date and time.
Filter for transactions where status changed before the given date and time.
Filter for transactions where status changed before or at the given date and time.
Filter for Payables that withdraw from the given Account IDs.
[ "bba63245-37d2-4c6a-9e82-e9d12a247c06" ]
Response
OK
Example response
{
"results": [
{
"created_at": "2021-05-15T03:49:53.299680+00:00",
"send_on": "2022-11-26",
"withdraw_from_account": {
"type_details": {
"primary_color": "#0075a3"
}
}
}
]
}