---
title: "Get whether there are available funds for a requested amount"
method: GET
path: "/api/v2/accounts/{accountUid}/confirmation-of-funds"
tags: ["Accounts"]
---

# Get whether there are available funds for a requested amount

`GET /api/v2/accounts/{accountUid}/confirmation-of-funds`

## Path parameters

- `accountUid` string, uuid, required

## Query parameters

- `targetAmountInMinorUnits` integer, required

## Response `200`

Successful operation

- ConfirmationOfFundsResponse
  - `requestedAmountAvailableToSpend` boolean — True if requested amount is available to spend
  - `accountWouldBeInOverdraftIfRequestedAmountSpent` boolean — True if spending the requested amount would put the account in overdraft

## Other responses

- `4xx` — Client error. See [API status codes](#api-status-codes-1) for more details.
- `5xx` — Server error. See [API status codes](#api-status-codes-1) for more details.

---

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