---
title: "Get transfer"
method: GET
path: "/v1/transfers/{id}"
tags: ["Transfers"]
---

# Get transfer

`GET /v1/transfers/{id}`

This endpoint gets a transfer by ID.

Currently, the API can only return transfers for the following payment rails:
- ACH
- DOMESTIC_WIRE
- CHEQUE
- INTERNATIONAL_WIRE

## Path parameters

- `id` string, required

## Response `200`

Returns a transfer.

- Transfer — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/brex-com/apis/payments-api.md) · [All operations](https://skmtc.net/brex-com/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/payments-api/revisions/611c6959db8d/schema)
