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

16 Get Wallet by ID

Action

Get a wallet by providing the unique walletId. Can be used by TPP. The API will check if the provided heavy token gives authorisation for the TPP to access the customers wallet balance. Access is granted for 30 days at a time. Secured by a heavy token that must have been obtained with Permissions: TYPE=ReadBalance and WALLET_ID={walletId}.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/wallets/<WALLET_ID>
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>with the heavy token obtained 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.
Response JSON
                            
{
   "AccountNumber": "5898460766687685",
   "AvailableBalance":0,
   "Created":"2020-01-08T13:05:29.007Z",
   "CurrentBalance":0,
   "Reservations":0,
   "Status":{
      "Locked":false,
      "Restricted":true
   },
   "SupplementaryData": [
     {
    "Att": "WalletReference",
    "Val": "0000000055"
     }
    ],
   "UnitType":"ZAR",
   "WalletId":"55"
}