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

6 Get rewards balance

Action

Using your heavy/submission access token, you can make this call to get your Rewards balance.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/open-banking/rewards/<ACCOUNT_ID>/balances
Note Replace <ACCOUNT_ID> with one of the account numbers from the Rewards Account List call.
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",
            "Amount": {
                "Amount": "20502418557",
                "Currency": "GB"
            },
            "DateTime": "2022-12-28T08:21:04.563Z"
        }
    ],
    "Links": {
        "self": "undefined/api/open-banking/rewards/460000123456/balances"
    },
    "Meta": {
        "total-pages": 1
    }
}