Credit a facility
Credit a facility
Path parameters
facility_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
amount
The amount to credit the facility, in cents (e.g. 1000 = $10.00)
memo
A memo to attach to the credit
original_disbursement_id
Disbursement ID associated with the credit action (if applicable)
original_payment_id
Payment ID associated with the credit action (if applicable)
Response
This endpoint returns an object.
amount
The amount of the payment, in cents
created_on
Timestamp the payment is created on
facility_id
The facility_id of the credit facility to make a payment for
id
refund_metadata
Metadata about the original transaction being refunded
status
The status of the payment
transfer_type
The type of ACH transfer
failure_reason
A reason for the failure if one exists
is_autopay
If the payment was a result of an autopay
Errors
400
Invalid Input Error
401
Unauthorized Error
404
Disbursement Not Found Error
404
Facility Not Found Error
404
Payment Not Found Error
429
Rate Limit Error
500
Server Error