---
title: "Get transfer"
method: GET
path: "/v2/business-accounts/transfers/{businessAccountsTransferId}"
tags: ["Transfers API"]
---

# Get transfer

`GET /v2/business-accounts/transfers/{businessAccountsTransferId}`

> 🚧 Beta feature
>
> This feature is currently in beta testing, and the final specification may still change.

Retrieve a single transfer object by its transfer ID. This allows you to check the current status
and details of a previously created transfer.

## Query parameters

- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

The transfer object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

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