Returns the total credit line available and total credit utilized for customers with an established credit line. If unaccredited, currently returns a 500 Internal Error (known issue).
{
"customerId": string,
"creditLimit": 0,
"creditAvailable": 0,
"creditUsed": 0,
"creditType": string
}
{
"customerId": "customerId123",
"creditLimit": 100000.0,
"creditAvailable": 60000.0,
"creditUsed": 40000.00,
"creditType": "Settlement"
}