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

Get banks list

Action

Get a list of banks all over the country.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/open-banking/v1/banks
Request
Headers
Header Value Description
Authorization Bearer <ACCESS_TOKEN> The access token you received from the light token call. Replace <ACCESS_TOKEN> with the access token you received.
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
                        
{
    "Banks": [
        {
            "BankCode": "003",
            "BankName": "NEDBANK",
            "LastUpdateDate": "0001-01-01",
            "MemberNumber": "210002"
        },
        {
            "BankCode": "004",
            "BankName": "NEDBANK (BOND ACCOUNTS)",
            "LastUpdateDate": "0001-01-01",
            "MemberNumber": "210002"
        },
        {
            "BankCode": "005",
            "BankName": "NEDBANK - PEOPLES MORTGAGE LTD",
            "LastUpdateDate": "0001-01-01",
            "MemberNumber": "210026"
        },
        {
            "BankCode": "006",
            "BankName": "NEDBANK SWAZILAND LIMITED",
            "LastUpdateDate": "0001-01-01",
            "MemberNumber": "210037"
        },
        {
            "BankCode": "007",
            "BankName": "NEDBANK LEdSOTHO LIMITED",
            "LastUpdateDate": "0001-01-01",
            "MemberNumber": "210038"
        }
    ]
}