v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Account Transactions

Retrieves a list of transactions for a specific bank account. Please note, this will not work for customer accounts.

get/api/b2b/banking/accounts/{accountId}/transactions

Path parameters

accountIdstring required

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "txId": "UTRANS01b3efa86d002000",
      "txType": "Transfer Out",
      "accountId": "000123456789",
      "accountName": "Lex Corp",
      "oppoBankCode": "M-PESA",
      "oppoBankName": "M-PESA",
      "oppoAccountId": "712345678",
      "currency": "KES",
      "amount": "-100.00",
      "txStatus": "Unknown",
      "createTime": 1726479923000,
      "updateTime": 1726479947000,
      "feeAmount": "0.00"
    }
  ]
}