v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBFunding
Retrieve a Funding
Retrieve a Funding object.
get/v0/fundings/{id}
Path parameters
idstring required
The ID of the funding object to be retrieved.
Response
A Funding object.
Example response
{
"id": "funding_123",
"subledger_balance_id": "subledger_balance_123",
"currency_code": "USD",
"principal": {
"external_disbursement_amount": 100000,
"withheld_amount": 1000,
"merchant_origination_fee_amount": 100
},
"other_fees": {
"borrower_origination_fee_amount": 200
},
"metadata": {
"client_draw_id": "X67BU"
},
"status": "processing",
"rejection": {
"reason": "internal_error",
"details": "Funding object rejected due to an internal error."
},
"created_at": "2025-09-02T11:01:36Z",
"updated_at": "2025-09-02T11:05:00Z"
}