List all payments for a facility

List payments for a facility

Path parameters

facility_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns a list of objects.
idstring
amountinteger
The amount of the payment, in cents
facility_idstring

The facility_id of the credit facility to make a payment for

statusenum
The status of the payment
transfer_typeenum
The type of ACH transfer
created_ondatetime
Timestamp the payment is created on
failure_reasonstring or null
A reason for the failure if one exists
is_autopayboolean or null
If the payment was a result of an autopay

Errors