Creates a Funding object to request that Lead move funds from a Lead GL to the partner’s funding FBO account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
5 - 255Unique ID of the credit subledger balance object that a funding object is being created for.
64"subledger_balance_1HCpXwx2EK9oYluWbacgeCnFcLf"
A three-letter currency code as defined in ISO 4217. Must match the currency_code on the associated Subledger Balance object.
USD "USD"
The total amount of funding that is part of the loan product's principal. All amounts are in minor units. If the referenced Subledger Balance has a details.structure of non_revolving, the sum of all principal.* fields on this request plus the sum of principal.* fields on any prior Funding in a posted or processing status associated with that Subledger Balance must not exceed the Subledger Balance's max_funding_amount.
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" }Successful response
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.
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"