Sorry, you need to enable JavaScript to visit this website.

12 Get predefined instalment variables

Action

Make a call to retrieve the current predefined instalment variables (interest rate, initial fee, monthly fee etc.) to be applied in instalment calculators.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/instalmentsvariables
Request
Headers
Header Value Description
x-ibm-client-id <YOUR CLIENT ID> The client ID you received when creating the app on the portal.
x-ibm-client-secret <YOUR CLIENT SECRET> The client secret you received when creating the app on the portal.
Response JSON
                            
{
  "data": {
    "vat": 15,
    "interestRate": 13.25,
    "interestRateMin": 11,
    "interestRateMax": 17,
    "interestRateIncrement": 1,
    "initialFee": 1207.5,
    "balloonStart": 10,
    "balloonMin": 5,
    "balloonMax": 30,
    "balloonIncrement": 5,
    "loanPeriodStart": 72,
    "loanPeriodMin": 12,
    "loanPeriodMax": 72,
    "loanPeriodIncrement": 12,
    "monthlyFee": 69
  },
  "metaData": {
    "code": "R00",
    "message": "Operation successful.",
    "name": "Success"
  }
}