Action
Using the heavy access token you received from the previous step, you will call the customers details endpoint to get the customer's full profile.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/open-banking/customers |
Using the heavy access token you received from the previous step, you will call the customers details endpoint to get the customer's full profile.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/open-banking/customers |
Header | Value | Description |
---|---|---|
x-fapi-financial-id | OB/2017/001 | Financial ID. |
Authorization | Bearer <ACCESS_TOKEN> | Replace <ACCESS_TOKEN> with the heavy/submission access token you received from the previous call. |
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. |
{
"Data": [
{
"Prefix": "MR",
"FirstName": "RUBIN",
"MiddleName": "",
"LastName": "GANASEN",
"FullName": "MR RAVI SHAH",
"BirthDate": "1961-07-02T00:00:00.0",
"Gender": "M",
"MaritalStatus": "MARRIED",
"Email": "julespaxton@gmail.com",
"Address": [
{
"Type": "Residential",
"Line": [
"50 BUCKLEY ROAD"
],
"City": "PIETERMARITZBURG",
"Province": "",
"PostalCode": "03201",
"Country": "SOUTH AFRICA"
},
{
"Type": "Postal",
"Line": [
"11594"
],
"City": "DORPSPRUIT",
"Province": "",
"PostalCode": "3206",
"Country": "SOUTH AFRICA"
},
{
"Type": "Postal",
"Line": [
"PO BOX 11594"
],
"City": "PIETERMARITZBURG",
"Province": "",
"PostalCode": "03206",
"Country": "SOUTH AFRICA"
}
],
"Contact": [
{
"Type": "Bus",
"Value": "(033)3429326"
},
{
"Type": "Work",
"Value": "(999) 9999999"
},
{
"Type": "Cell",
"Value": "+27994583427"
},
{
"Type": "Email",
"Value": "RGELECTRICAL@WORLDONLINE.CO.ZA"
},
{
"Type": "Email",
"Value": "julespaxton@gmail.com"
},
{
"Type": "Home",
"Value": "(033)3422551"
}
],
"Identity": [
{
"Type": "Id",
"Identification": "6107025149086"
},
{
"Type": "NedbankCustomerID",
"Identification": "110164513809"
}
]
}
],
"Links": {
"self": "http://0.0.0.0:3000/api/open-banking/customers"
},
"Meta": {
"total-pages": 1
}
}