---
title: "Retrieve a transfer's status"
method: GET
path: "/transfers/{id}/status"
tags: ["Transfers"]
---

# Retrieve a transfer's status

`GET /transfers/{id}/status`

Retrieve the status for a transfer

## Path parameters

- `id` string, required

## Headers

- `ApiKey` string, required
- `MerchantId` string, required
- `Environment` 'live' | 'sandbox', required

## Response `200`

- TransferStatusDto
  - `id` string, required — Unique identifier for the Transfer
  - `status` 'created' | 'successful' | 'pending' | 'failed', required — The current status of this Transfer

## Other responses

- `401` — Wrong credentials
- `403` — Forbidden
- `404` — Not Found
- `429` — ThrottlerException: Too Many Requests
- `500` — Internal error

---

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