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

5 Get rewards accounts

Action

Using your heavy/submission access token, make this call to get the reward accounts that you have been authorised to access.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/open-banking/rewards/accounts
Request
Headers
Header Value Description
x-fapi-financial-id OB/2017/001 Financial ID.
Authorization Bearer <ACCESS_TOKEN> Replace 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.
Response JSON
                            
{
    "Data": [
        {
            "RewardsAccountId": "460000123456",
            "RewardsAccountName": "Consumer",
            "Amount": {
                "Amount": "20502418557",
                "Currency": "GB"
            }
        }
    ],
    "Links": {
        "self": "undefined/api/open-banking/rewards/accounts"
    },
    "Meta": {
        "total-pages": 1
    }
}