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

3 Get QRcode

Action

Using the access token you received in the previous call, proceed to make a Wallet Get QRcode call to receive QRcode subscription ID using the endpoint and values below.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/wallets/<WALLET_ID>/qrcodes?qrCode={QRcode}
Note Replace <WALLET_ID>that you get at time of creating/linking wallet
Request
Headers
Header Value Description
Authorization Bearer <ACCESS_TOKEN> The access token you received from the previous call. Replace <ACCESS_TOKEN> with the access token you received from the Light token step.
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
                            
{
    "Amount": 10,
    "UnitType": "ZAR",
    "PartialPayment": false,
    "QrCodeType": "Masterpass",
    "TransactionReference": "445896",
    "subscription_id": "1b15fb91-a7c9-48cc-abf9-bf19ae8a64ed"
}