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

# List unmatched credit transfers

`GET /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.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **unmatched-credit-transfers.read**](/reference/authentication)
>
> [OAuth access with **unmatched-credit-transfers.read**](/reference/authentication)

## Query parameters

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

## 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/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
