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

10 Get Wallet Details

Action

The API is used to get the result of the wallet link/creation as it is a long running process that can take up to a minute. The TPP should poll this endpoint to get the result.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/callbacks/<CALLBACK_ID>
Note Replace <CALLBACK_ID> with the CallbackId you received from the Create Wallet step
Request
Headers
Header Value Description
Content-Type application/json The data type being sent to the endpoint.
Authorization Bearer <ACCESS_TOKEN> 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
                            
{
   "AccountNumber": "5898460766687685",
   "CallbackId": "ce8c9b25-b91e-4234-8cd6-76c244f40ef9",
   "Created":"2021-04-08T13:05:29.007Z",
   "Status":{
      "Locked":false,
      "Restricted":true
   },
   "SupplementaryData": [
     {
    "Att": "WalletReference",
    "Val": "0000000055"
     }
    ],
   "UnitType":"ZAR",
   "WalletId":"55"
}