Action
Get a list of branches all over the country.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/open-banking/v2/branches |
Get a list of branches all over the country.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/open-banking/v2/branches |
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. |
{
"Branches": [
{
"SortCode": "060667",
"BranchName": "CITY",
"BankCode": "002",
"LastUpdateDate": "2006-07-17"
},
{
"SortCode": "060767",
"BranchName": "MOHALES HOEK",
"BankCode": "002",
"LastUpdateDate": "2006-02-18"
},
{
"SortCode": "060867",
"BranchName": "LERIBE",
"BankCode": "002",
"LastUpdateDate": "2006-07-17"
},
{
"SortCode": "060967",
"BranchName": "MAFETENG",
"BankCode": "002",
"LastUpdateDate": "2006-02-18"
},
{
"SortCode": "061067",
"BranchName": "MAPUTSOE",
"BankCode": "002",
"LastUpdateDate": "2006-02-18"
}
]
}