---
title: "List draft transfers"
method: GET
path: "/v2/business-accounts/draft-transfers"
tags: ["Draft Transfers API"]
---

# List draft transfers

`GET /v2/business-accounts/draft-transfers`

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

Retrieves a list of draft transfers created via this API for the organization.

The results are paginated.

In test mode, this returns synthetic draft transfers only, not your real data. See [Create draft
transfer](create-draft-transfer) for how to simulate `approved` and `declined` outcomes.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable
- `status` 'pending-review' | 'approved' | 'declined' — The status of the draft transfer.
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of draft transfer objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `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/3fb1b5127a6b/schema)
