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

5 Redeem rewards

Action

Using your heavy/submission access token, you can make this call to make payment with your rewards points.


Method POST
Endpoint https://api.nedbank.co.za/apimarket/sandbox/open-banking/reward-redemption
Request
Headers
Header Value Description
Content-Type application/json The content type of the data being sent.
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.
Body JSON
                                
{
    "Data": {
            "Initiation": {
            "RewardsAccountId": "REPLACE WITH SAME VALUE FROM INTENT CALL"
            "InstructionIdentification": "REPLACE WITH SAME VALUE FROM INTENT CALL",
            "EndToEndIdentification": "REPLACE WITH SAME VALUE FROM INTENT CALL",
            "InstructedAmount": {
                "Amount": REPLACE WITH REDEEM AMOUNT,
                "Code": "APIMP1"
            },
            "RedemptionInformation": {
                "SupplierCode": "APIM",
                "SupplierName": "APIM",
                "Reference": "APIM Top UP - 001",
                "Unstructured": "Internal ops code 5120101"
            }
        }
    }
}

                                
                                

Response JSON
                            
{
    "Data": {
        "RewardRedemptionId": "134683993",
        "Status": "AcceptedSettlementCompleted",
        "CreationDateTime": "2022-12-28T10:29:19.696Z",
        "RewardsAccountBalance": "20502418567",
        "RandBalance": "0"
    }
}