GET
/
wallets
/
history
/
organization
/
transactions
Get Organization Wallet Transactions
curl --request GET \
  --url https://waas-staging.embedly.ng/api/v1/wallets/history/organization/transactions \
  --header 'x-api-key: <api-key>'
{
  "code": "00",
  "success": true,
  "message": "Fetched Successfully",
  "data": {
    "walletHistories": [
      {
        "id": "ce81d2d6-6d50-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "ed67af6f-6895-11f0-8d44-4af84d9ff6f1",
        "remarks": "Fee:NIP-",
        "amount": 10,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "transactionId": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "isActive": true,
        "dateCreated": "2025-07-30T14:23:47",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      },
       {
        "id": "ce818eac-6d50-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "ed67af6f-6895-11f0-8d44-4af84d9ff6f1",
        "remarks": "NIP-",
        "amount": 500,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "transactionId": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "isActive": true,
        "dateCreated": "2025-07-30T14:23:47",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      },
                 {
        "id": "22ddbab6-6891-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "22d69399-6891-11f0-8d44-4af84d9ff6f1",
        "remarks": "Transfer from VICTOR DAVID IMAH",
        "amount": 1000,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "100004250724132133137475990025",
        "transactionId": "100004250724132133137475990025",
        "isActive": true,
        "dateCreated": "2025-07-24T13:21:41",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      }
    ],
    "totalCount": 30,
    "totalPages": 1,
    "currentPage": 1,
    "pageSize": 50
  }
}
customerId
string
required
Example: 02600494-1a3c-11f0-a818-6045bd97b81d
onlyOrganization
boolean
required
Example: true
startDate
number
required
Example: 1
endDate
number
required
Example: 10
pageNumber
number
required
Example: 1
pageSize
number
required
Example: 10
{
  "code": "00",
  "success": true,
  "message": "Fetched Successfully",
  "data": {
    "walletHistories": [
      {
        "id": "ce81d2d6-6d50-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "ed67af6f-6895-11f0-8d44-4af84d9ff6f1",
        "remarks": "Fee:NIP-",
        "amount": 10,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "transactionId": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "isActive": true,
        "dateCreated": "2025-07-30T14:23:47",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      },
       {
        "id": "ce818eac-6d50-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "ed67af6f-6895-11f0-8d44-4af84d9ff6f1",
        "remarks": "NIP-",
        "amount": 500,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "transactionId": "EMBe284eec6fc6345fa9ebe7c3179a4b096",
        "isActive": true,
        "dateCreated": "2025-07-30T14:23:47",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      },
                 {
        "id": "22ddbab6-6891-11f0-8d44-4af84d9ff6f1",
        "walletId": "648c8830-4139-11f0-97d7-7c1e52753c35",
        "productId": "22d69399-6891-11f0-8d44-4af84d9ff6f1",
        "remarks": "Transfer from VICTOR DAVID IMAH",
        "amount": 1000,
        "debitCreditIndicator": "D",
        "balance": 0,
        "transactionReference": "100004250724132133137475990025",
        "transactionId": "100004250724132133137475990025",
        "isActive": true,
        "dateCreated": "2025-07-24T13:21:41",
        "mobileNumber": "",
        "accountNumber": "9710074015",
        "name": "Crow"
      }
    ],
    "totalCount": 30,
    "totalPages": 1,
    "currentPage": 1,
    "pageSize": 50
  }
}