List all

Returns a list of payables the caller can access across their permitted companies.

The deprecated company_id query parameter is still accepted and, when present,
filters the results to those company id(s). The company-id header and the
company_id query parameter are not compared against each other, so there is no
mismatch error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0

If all the transactions where in an array, this would represent the index of the first item returned in the response

integer
≥ 0

If all the transactions where in an array, this would represent the index of the last item returned in the response

string
enum

The order method, which can be ascending or descending

Allowed:
string

The field used to sort, the example illustrates a response that would be sorted by the creation date

uuid
deprecated

Deprecated — pass the company UUID via the company-id HTTP header instead.
See The company-id header. The backend
still accepts this query parameter for backwards compatibility but new integrations
should use the header exclusively.

When both this query parameter and the company-id header are present, their
values must match; the API returns 422 Unprocessable Entity when they disagree.

string

Only as an example of filtering results that have an amount less than $11000.
For more detailed explanation, go to the How to filter results section.

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Pay endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

If the deprecated company_id query parameter is also sent, both values must match;
the API returns 422 Unprocessable Entity when they disagree.

Responses

401

Unauthorized

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json