---
title: "Confirm funds"
method: GET
path: "/v3/mandates/{id}/funds"
tags: ["Mandates"]
---

# Confirm funds

`GET /v3/mandates/{id}/funds`

Confirm that the PSU has the given funds. 

This API can be called:
  - using the `mandate_token` associated with the mandate;
  - using a backend bearer token.

## Path parameters

- `id` string, required — Unique ID for the mandate

## Query parameters

- `amount_in_minor` integer, required
- `currency` 'GBP' | 'EUR', required

## Response `200`

Confirmation of funds

## Other responses

- `400` — Invalid Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Mandate Not Found
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
