Creates a disbursement for a loan
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255Disbursement object created.
id of the Disbursement object
^disbursement_\w+$"disbursement_xyz001"
The ID of your loan. This must be the same loan_id used in the Loan Origination Request.
The ISO-8601 timestamp at which the Disbursement object was created.
"2022-06-27T11:22:33Z"
The ISO-8601 timestamp at which the Disbursement object was last updated.
"2022-06-27T11:22:33Z"
The current status of this Disbursement object.
created, processing, succeeded, canceled, failed "succeeded"
Amount disbursed to the counterparty in cents. This amount will align with disbursement_amount from the Loan Origination Request
A three-letter currency code as defined in ISO 4217.
USD "USD"
The payment method chosen for disbursement. Only ACH is supported today.
ach "ach"