Skip to main content
GET
https://waas-staging.embedly.ng
/
WaasCore
/
api
/
v1
/
wallets
/
get
/
list
/
{customerId}
Get Wallet By Customer ID
curl --request GET \
  --url https://waas-staging.embedly.ng/WaasCore/api/v1/wallets/get/list/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "code": "00",
  "success": true,
  "message": "Retrieved Successfully",
  "data": [
    {
      "id": "22353aea-8a48-11f0-a7cf-0274f77d4a81",
      "walletGroupId": null,
      "customerId": "15d8ac99-83ef-11f0-a7cf-0274f77d4a81",
      "availableBalance": 0,
      "ledgerBalance": 0,
      "walletRestrictionId": "b9606a2c-7e5b-11f0-a7cf-0274f77d4a81",
      "walletClassificationId": "4f734eea-b0d8-4c6c-8738-a5e13668c32f",
      "currencyId": "fd5e474d-bb42-4db1-ab74-e8d2a01047e9",
      "isInternal": false,
      "isDefault": false,
      "name": "Tchnology",
      "overdraft": null,
      "virtualAccount": {
        "accountNumber": "9710005689",
        "bankCode": "232",
        "bankName": "Sterling Bank"
      },
      "mobNum": null,
      "customerTypeId": "00000000-0000-0000-0000-000000000000"
    },
    {
      "id": "28aa090a-8a48-11f0-a7cf-0274f77d4a81",
      "walletGroupId": null,
      "customerId": "15d8ac99-83ef-11f0-a7cf-0274f77d4a81",
      "availableBalance": 0,
      "ledgerBalance": 0,
      "walletRestrictionId": "b9606a2c-7e5b-11f0-a7cf-0274f77d4a81",
      "walletClassificationId": "4f734eea-b0d8-4c6c-8738-a5e13668c32f",
      "currencyId": "fd5e474d-bb42-4db1-ab74-e8d2a01047e9",
      "isInternal": false,
      "isDefault": false,
      "name": "Investments",
      "overdraft": null,
      "virtualAccount": {
        "accountNumber": "9710005698",
        "bankCode": "232",
        "bankName": "Sterling Bank"
      },
      "mobNum": null,
      "customerTypeId": "00000000-0000-0000-0000-000000000000"
    }
  ]
}
customerId
string
required
Unique identifier for the customer
{
  "code": "00",
  "success": true,
  "message": "Retrieved Successfully",
  "data": [
    {
      "id": "22353aea-8a48-11f0-a7cf-0274f77d4a81",
      "walletGroupId": null,
      "customerId": "15d8ac99-83ef-11f0-a7cf-0274f77d4a81",
      "availableBalance": 0,
      "ledgerBalance": 0,
      "walletRestrictionId": "b9606a2c-7e5b-11f0-a7cf-0274f77d4a81",
      "walletClassificationId": "4f734eea-b0d8-4c6c-8738-a5e13668c32f",
      "currencyId": "fd5e474d-bb42-4db1-ab74-e8d2a01047e9",
      "isInternal": false,
      "isDefault": false,
      "name": "Tchnology",
      "overdraft": null,
      "virtualAccount": {
        "accountNumber": "9710005689",
        "bankCode": "232",
        "bankName": "Sterling Bank"
      },
      "mobNum": null,
      "customerTypeId": "00000000-0000-0000-0000-000000000000"
    },
    {
      "id": "28aa090a-8a48-11f0-a7cf-0274f77d4a81",
      "walletGroupId": null,
      "customerId": "15d8ac99-83ef-11f0-a7cf-0274f77d4a81",
      "availableBalance": 0,
      "ledgerBalance": 0,
      "walletRestrictionId": "b9606a2c-7e5b-11f0-a7cf-0274f77d4a81",
      "walletClassificationId": "4f734eea-b0d8-4c6c-8738-a5e13668c32f",
      "currencyId": "fd5e474d-bb42-4db1-ab74-e8d2a01047e9",
      "isInternal": false,
      "isDefault": false,
      "name": "Investments",
      "overdraft": null,
      "virtualAccount": {
        "accountNumber": "9710005698",
        "bankCode": "232",
        "bankName": "Sterling Bank"
      },
      "mobNum": null,
      "customerTypeId": "00000000-0000-0000-0000-000000000000"
    }
  ]
}