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

5 Get available participating banks

Action

Make a call to get a list of participating banks with their associated branch codes that available for selection in the banking section of the MFC application.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/banks
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": "198765",
      "id": 1,
      "name": "Nedbank",
      "order": 0
    },
    {
      "code": "632005",
      "id": 2,
      "name": "ABSA",
      "order": 1
    },
    {
      "code": "250655",
      "id": 6,
      "name": "FNB / First National Bank",
      "order": 1
    },
    {
      "code": "051001",
      "id": 9,
      "name": "Std Bank / Standard Bank of SA",
      "order": 1
    },
    {
      "code": "430000",
      "id": 3,
      "name": "African Bank",
      "order": 2
    },
    {
      "code": "462005",
      "id": 4,
      "name": "Bidvest",
      "order": 2
    },
    {
      "code": "470010",
      "id": 5,
      "name": "Capitec",
      "order": 2
    },
    {
      "code": "580105",
      "id": 7,
      "name": "Investec",
      "order": 2
    },
    {
      "code": "460005",
      "id": 8,
      "name": "Postbank",
      "order": 2
    }
  ],
  "metaData": {
    "code": "R00",
    "message": "Operation successful.",
    "name": "Success"
  }
}