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

7 Get finance houses

Action

Get a list of finance houses that are available for selection, within the vehicle section of an MFC application form.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/financehouses
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": [
    {
      "code": "SDB",
      "id": 1,
      "name": "Standard Bank",
      "order": 0
    },
    {
      "code": "ABS",
      "id": 2,
      "name": "ABSA",
      "order": 0
    },
    {
      "code": "WSB",
      "id": 3,
      "name": "Wesbank",
      "order": 0
    },
    {
      "code": "BMW",
      "id": 4,
      "name": "BMW",
      "order": 0
    },
    {
      "code": "FDC",
      "id": 5,
      "name": "Ford Credit",
      "order": 0
    },
    {
      "code": "MCF",
      "id": 6,
      "name": "Mercedes Financial Services",
      "order": 0
    },
    {
      "code": "VWF",
      "id": 7,
      "name": "VW Financial Services",
      "order": 0
    },
    {
      "code": "TYF",
      "id": 8,
      "name": "Toyota Financial Services",
      "order": 0
    },
    {
      "code": "OTH",
      "id": 9,
      "name": "Other",
      "order": 0
    }
  ],
  "metaData": {
    "code": "R00",
    "message": "Operation successful.",
    "name": "Success"
  }
}