Invoice Payments
List payments
Returns a list of invoice payments for the specified business. Payments can be filtered by method and date range. Results will be paginated, see Pagination for details.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch invoice payments for
Query Parameters
Filter payments by status. Supported values are CASH
, CHECK
, CREDIT_CARD
, ACH
, REDEEMED_PREPAYMENT
, OTHER
.
Filter payments by payment date. Payments made on or after this date will be included. ISO 8601 date format.
Filter payments by payment date. Payments made on or before this date will be included. ISO 8601 date format.
Response
200
application/json
The response is of type object[]
.