CreditLimit
Summary
Get remaining account credit limit
Resource URL | /api/v3/customer-account/{accountNumber}/credit-limit |
---|---|
HTTP method | GET |
Content type | application/json; text/json; |
Input parameters
Parameter name | Location | Type / Model | Description |
---|---|---|---|
accountNumber | path |
required
Account number |
Responses
HTTP status code | Model | Comment |
---|---|---|
OK(200) | GetRemainingLimitResponse | Get Remaining Limit Response |
BadRequest (400) | array of ResponseMessage | Request failed. Check response model for list of Errors. |
Unauthorized (401) | API user is unauthorized. Make sure X-Auth-Key header is sent. | |
InternalServerError (500) | Request failed due internal error. Retry request later. |
Examples
{
"remainingCreditLimit": 68.5,
"balance": 31.5,
"isOpenForNewTransactions": true,
"totalBalance": 31.5
}