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

8 Get Income Types

Action

This API is used to retrieve the reference data for income types which is used at the Creation of Wallet.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/configuration/income-types
Request
Headers
Header Value Description
Authorization Bearer <ACCESS_TOKEN> Replace <ACCESS_TOKEN> with the access token you received from the Light Token step.
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 string
                            
[
    {
        "Code": "1058",
        "Description": "B-GOVERNMENT GRANTS AND SUBSIDIES"
    },
    {
        "Code": "1014",
        "Description": "EXPECTED NET INCOME AMOUNT"
    },
    {
        "Code": "1092",
        "Description": "NET ANNUAL BONUS INCOME AMOUNT"
    } 
]