---
title: "Get Order by ID"
method: GET
path: "/v3/orders/{orderId}"
tags: ["Orders"]
---

# Get Order by ID

`GET /v3/orders/{orderId}`

Retrieve order details by orderId.

## Path parameters

- `orderId` string, required

## Headers

- `MID` string, required

## Response `200`

Order details retrieved successfully

- object
  - `status` string
  - `data` object
    - `id` string
    - `status` string
    - `type` string
    - `purposeCode` string
    - `source` object
      - `currency` string
      - `amount` string
    - `destination` object
      - `currency` string
      - `amount` string
    - `userId` string
    - `senderName` object
      - `firstName` string
      - `lastName` string
    - `mid` string
    - `partnerContext` object
      - `testfield1` string
      - `testfield2` string
      - `testfield3` integer
      - `testfield4` string
      - `testfield7` string
    - `fees` object
      - `feeMode` string
      - `fixedFee` object
        - `totalFixedFees` integer
        - `totalFixedTfFees` integer
        - `totalFixedCxFees` integer
        - `fixedFeesCurrency` string
        - `fixedFeeDetails` object
          - `baseFeeFixedRate` integer
          - `tfFeeFixedRate` integer
          - `cxFeeFixedRate` integer
          - `currency` string
      - `networkFee` integer
      - `processingFee` number
      - `rrFee` string
    - `failureCode` string
    - `failureMessage` string
    - `purposeCodeReason` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
