Retrieve a disbursement by its id
Retrieve a disbursement by its id
Path parameters
facility_id
The facility_id of the facility you want to retrieve
disbursement_id
The disbursement_id of the disbursement you want to retrieve
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
id
The id of the disbursement
facility_id
amount
The amount of the disbursement, in cents (e.g. 1000 = $10.00)
status
The status of the disbursement
created_on
Timestamp the disbursement object is created on
transfer_type
The type of transfer that the disbursement was (ACH, ledger only, or special cases like refunds)
Allowed values:standard none refund cancellation suspense_refund
failure_reason
A reason for the failure if any exists
date
The date of the disbursement (YYYY-MM-DD)
Errors
400
Invalid Disbursement ID Error
401
Unauthorized Error
404
Disbursement Not Found Error
429
Rate Limit Error
500
Server Error