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

19 QRcode Payment Submission

Action

Using the heavy token you received in the previous call, proceed to make a QRcode Payment Submission call using the endpoint and values below.


Method POST
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/wallets/<WALLET_ID>/qrcode-payments
Note Replace <WALLET_ID>that you get at time of creating/linking wallet
Request
Headers
Header Value Description
Content-Type application/json The data type being sent to the endpoint.
Authorization Bearer <ACCESS_TOKEN> Replace <ACCESS_TOKEN> Replace  with the heavy token you received through the subscriptions API.
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
                                
{
  "Amount":10,
  "QrCode": "1234567890",
  "ExternalUniqueId": "ohmii5e-0o0o-yty-ioie88",
  "Channel": "web",
  "Location": "sa",
  "TransactionReference": "445896"
}



                                
                                
Response JSON
                            
{
    "TransactionId": "445896"
}