---
title: "Verify if funds are available or not"
method: GET
path: "/vrps/{id}/confirm-funds"
tags: ["Variable Recurring Payments"]
---

# Verify if funds are available or not

`GET /vrps/{id}/confirm-funds`

The `GET /vrps/{id}/confirm-funds` endpoint confirms whether the funds are available to initiate VRP.

## Path parameters

- `id` string, required

## Query parameters

- `amount` string, required

## Response `200`

Successful response

- ConfirmFundsResponse — A flag indicating whether funds are available or not. If set to `true`, funds are available for transfer.
  - `fundsAvailable` boolean — A flag indicating whether funds are available or not. If set to `true`, funds are available for transfer.

## Other responses

- `401` — The authorization information is missing or invalid
- `404` — Not found
- `500` — An unexpected or internal server error

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/revisions/5e8d6d2c24a1/schema)
