---
title: "Confirm the availability of funds in an account."
method: POST
path: "/vrp-consents/{consentId}/funds-confirmation"
tags: ["Variable Recurring Payments"]
---

# Confirm the availability of funds in an account.

`POST /vrp-consents/{consentId}/funds-confirmation`

Confirm the availability of funds in account, prior to initiating a Variable Recurring Payment, using an authorised consent.

## Path parameters

- `consentId` string, required

## Request body

- PispgatewayVrpConfirmationOfFundsRequest — Request object to confirm the availability of funds in account
  - `currency` string, required — Currency of the maximum individual amount. Must be specified in ISO 4217 format.
  - `amount` number — amount that will be confirmed for availability of funds - '1' = 1.00 GBP

## Response `200`

Confirmation of Funds successful.

- PispgatewayVrpConfirmationOfFundsResponse
  - `fundsAvailable` boolean — The result of funds availability check, can be one of 'true' or 'false'
  - `fundsAvailabilityCheckDateTime` string, date-time — The time that the funds availability check occurred

## Other responses

- `400` — Confirmation of funds request cannot be processed as the consent with the provided ID does not exist.

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/revisions/cbd52524c8ef/schema)
