List all payments for a facility
List payments for a facility
Path parameters
facility_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns a list of objects.
id
amount
The amount of the payment, in cents
facility_id
The facility_id of the credit facility to make a payment for
status
The status of the payment
transfer_type
The type of ACH transfer
created_on
Timestamp the payment is created on
failure_reason
A reason for the failure if one exists
is_autopay
If the payment was a result of an autopay
Errors
401
Unauthorized Error
429
Rate Limit Error
500
Server Error