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
Unique identifier for the payment
External ID for the payment
When the payment was made
Method used for payment
Available options:
CASH
, CHECK
, CREDIT_CARD
, ACH
, CREDIT_BALANCE
, OTHER
Payment amount in cents
Payment processor used
When the payment was imported
How the payment is allocated across bills
Tags associated with the payment