Facilities

Credit a facility

POST
Credit a facility

Path parameters

facility_idstringRequired

Request

This endpoint expects an object.
amount
integerRequired
The amount to credit the facility, in cents (e.g. 1000 = $10.00)
memo
stringOptional
A memo to attach to the credit
original_disbursement_id
stringOptional
Disbursement ID associated with the credit action (if applicable)
original_payment_id
stringOptional
Payment ID associated with the credit action (if applicable)

Response

This endpoint returns an object
amount
integer
The amount of the payment, in cents
created_on
datetime
Timestamp the payment is created on
facility_id
string

The facility_id of the credit facility to make a payment for

id
string
refund_metadata
object
Metadata about the original transaction being refunded
status
enum
The status of the payment
Allowed values: pendingprocessingsettledfailedcancelled
transfer_type
enum
The type of ACH transfer
Allowed values: standardnext_daysame_daynone
failure_reason
stringOptional
A reason for the failure if one exists
is_autopay
booleanOptional
If the payment was a result of an autopay

Errors