---
title: "Get A Transaction"
method: GET
path: "/transactions/{transactionId}"
---

# Get A Transaction

`GET /transactions/{transactionId}`

## Path parameters

- `transactionId` string, required

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `transactions` object[]
      - `id` integer
      - `transactionId` string
      - `transactionRef` unknown
      - `type` string
      - `currency` string
      - `amount` string
      - `fees` unknown
      - `balanceBefore` string
      - `balanceAfter` string
      - `remitOneId` unknown
      - `sourceCurrency` unknown
      - `destinationCurrency` string
      - `destinationAmount` string
      - `sourceCountry` unknown
      - `destinationCountry` unknown
      - `pesapotId` unknown
      - `pesapotResponse` unknown
      - `merchantId` unknown
      - `accountId` integer
      - `userId` unknown
      - `beneficiaryId` unknown
      - `customer` unknown
      - `meta` object
        - `source` object
          - `amount` integer
          - `balance` object
            - `after` string
            - `before` string
          - `currency` string
        - `destination` object
          - `amount` number
          - `balance` object
            - `after` string
            - `before` string
          - `currency` string
      - `reason` unknown
      - `isRefunded` boolean
      - `status` string
      - `createdAt` string
      - `updatedAt` string
      - `user` unknown
      - `beneficiary` unknown
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/versions/7c1b8e2a0830/schema)
