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 |
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 |
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. |
|
{
"Data": {
"RewardRedemptionId": "134683993",
"Status": "AcceptedSettlementCompleted",
"CreationDateTime": "2022-12-28T10:29:19.696Z",
"RewardsAccountBalance": "20502418567",
"RandBalance": "0"
}
}