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

3 Request customer bank status

Action

Using the personal loans access token you received in the light token call, proceed to make a bank status call using the endpoint and values below.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/api/enrolment/v1/bankstatus/{USER_ID_NUMBER}?email={USER_EMAIL}&MobileNumber={USER_CELLPHONE}
Request
Headers
Header Value Description
Content-Type application/json The data type being sent to the endpoint
x-fapi-financial-id OB/2017/001 Financial ID
Authorization Bearer <ACCESS_TOKEN> The access token you received from the light token call. Replace <ACCESS_TOKEN> with the 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.
x-nb-subscription-id <SUBSCRIPTION ID> The subscription id you received in the intent call.
Response JSON
                            
{
    "UsableNedbankID": true,
    "HasNedbankRecord": true,
    "PartyTypeIndicator": "P-PRIVATE INDIVIDUALS",
    "FICALevel": "FULL",
    "IsBlocked": false,
    "IsBlockedReason": "NONE",
    "MobileMatch": true
}