Bill Payments
List bill payments
Returns a list of bill payments for the specified business. Payments can be filtered by method and date range.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business to fetch bill payments for
Query Parameters
Filter payments by method.
Available options:
CASH
, CHECK
, CREDIT_CARD
, ACH
, CREDIT_BALANCE
, OTHER
Filter payments by payment date. Payments made on or after this date will be included.
Filter payments by payment date. Payments made on or before this date will be included.
Response
200 - application/json
Success
The response is of type object[]
.