List bills by paypoint
Retrieve a list of bills for an entrypoint. Use filters to limit results. Include the exportFormat query parameter to return the results as a file instead of a JSON response.
Authentication
Path Parameters
The paypoint’s entrypoint identifier. Learn more
Query Parameters
Max number of records to return for the query. Use 0 or negative value to return all records.
The field name to use for sorting results. Use desc(field_name) to sort descending by field_name, and use asc(field_name) to sort ascending by field_name.