v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Transactions

Retrieves all transactions tied to an escrow account.

get/api/b2b/escrows/{escrowId}/transactions

Path parameters

escrowIdstring required

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "transactions": [
      {
        "id": "obQFCsIZjtWGbtbVQKv",
        "senderCurrency": "KES",
        "createdAt": 1760363674569,
        "senderAmount": 100,
        "phoneNumber": "254712345678",
        "momoOperator": "mpesa",
        "receiverCurrency": "KES",
        "type": "escrow-deposit",
        "chargeStatus": "successful",
        "receiverAmount": 100
      }
    ]
  }
}