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

7 Notifications By VoucherCode

Action

Using your clientID and clientSecret (which you obtained when you created an application), you will make a Post request using the endpoint and values below to send SMS notifications using voucher code.

Method POST
Endpoint https://b2b-api.nedbank.co.za/apimarket/b2b-sb/cashout/v1/vouchers/<VoucherCode>/notifications
Request
Headers
Header Value Description
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.
x-idempotency-key <RANDOM INTEGER> Random integer. Must be unique for every call.
x-jws-signature <RANDOM INTEGER> Replace with random value.
x-fapi-financial-id OB/2017/001 Financial ID.
x-fapi-customer-ip-address 101.12.212.99 Customer IP address.
x-fapi-interaction-id <RANDOM GUID> Replace with random value.
Content-Type application/json The data type being sent to the endpoint.
Response JSON
                            
{
  "Data": "success",
  "Links": {
    "Self": "https://api.nedbank.co.za/apimarket/sandbox/cashout/v1/vouchers/0393330139/notifications"
  },
  "Meta": {}
}