get https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan//funding
Retrieve a list of funding instruction details that have been submitted on the specified loan.
Responses
Retrieve a list of funding instruction details that have been submitted on the specified loan.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan/id/funding \
--header 'accept: application/json'
xxxxxxxxxx
23{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"id": "string",
"submissionId": "string",
"accountNumber": "string",
"accountName": "string",
"accountType": "Checking",
"routingNumber": "string",
"amountToFund": 0,
"fundingType": "OnDemand",
"fundingState": "Unfunded",
"receivedDate": "string",
"sentToRailDate": "string",
"platformReferenceNumber": "string",
"rejectionReason": "string"
}
]
}