Get a payment by ID
Get a payment by its id
Path parameters
payment_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
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
400
Invalid Payment ID Error
401
Unauthorized Error
404
Payment Not Found Error
429
Rate Limit Error
500
Server Error