Retrieve a Funding
Retrieve a Funding object.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the funding object to be retrieved.
64Response
A Funding object.
Unique ID of the funding object.
64^funding_\w+$"funding_123"
Unique ID of the credit subledger balance object that a funding object is being created for. The referenced Subledger Balance must be in an active status. If the Subledger Balance has an expected_maturity_date, it must not be in the past.
64"subledger_balance_123"
A three-letter currency code as defined in ISO 4217.
USD "USD"
The total amount of funding that is part of the loan product's principal. Note that upon funding, this amount will be considered disbursed, and Lead will begin applying imputed interest. All amounts will be assumed to be in the currency set on the Subledger Balance object. Invariant: (external_disbursement_amount > 0) OR (withheld_amount > 0).
Fees relating to the funding request that Lead needs awareness of for bookkeeping purposes only.
Additional metadata associated with the funding.
{ "client_draw_id": "X67BU" }The current status of the Funding object.
processing, posted, rejected "processing"
Object containing information relevant for cases where the Funding object is in a rejected status. When the object is not in a rejected status, fields will still be present with empty strings.
The ISO-8601 timestamp at which the Funding object was created.
"2025-09-02T11:01:36Z"
The ISO-8601 timestamp at which the Funding object was last updated.
"2025-09-02T11:05:00Z"

