---
title: "List unmatched credit transfers"
method: GET
path: "/v2/unmatched-credit-transfers"
tags: ["Unmatched Credit Transfers API"]
---

# List unmatched credit transfers

`GET /v2/unmatched-credit-transfers`

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

Retrieves a list of unmatched credit transfers for the profile.

The results are paginated.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable

## Headers

- `idempotency-key` string

## Response `200`

A list of unmatched credit 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)
