UK Open Banking · Example Payload

Confirmation Funds Examples

Illustrative request and response examples for the UK Open Banking Confirmation of Funds API v4.0.1

Open BankingFinancial-ServicesPaymentsAccount InformationPSD2UKBankingFintechRegulated

Confirmation Funds Examples is an example object payload from UK Open Banking, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleversionsourcedescriptionexamples

Example Payload

Raw ↑
{
  "title": "Confirmation of Funds API Specification",
  "version": "4.0.1",
  "source": "https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/master/dist/openapi/confirmation-funds-openapi.yaml",
  "description": "Illustrative request and response examples for the UK Open Banking Confirmation of Funds API v4.0.1",
  "examples": [
    {
      "operationId": "CreateFundsConfirmationConsents",
      "path": "/funds-confirmation-consents",
      "method": "POST",
      "type": "request",
      "mediaType": "application/json",
      "description": "Create a funds confirmation consent for a specific debtor account",
      "example": {
        "Data": {
          "ExpirationDateTime": "2026-12-31T23:59:59+00:00",
          "DebtorAccount": {
            "SchemeName": "UK.OBIE.IBAN",
            "Identification": "GB76LOYD30949301273801",
            "Name": "Mrs K Jones",
            "SecondaryIdentification": "Roll No. 001"
          }
        }
      }
    },
    {
      "operationId": "CreateFundsConfirmationConsents",
      "path": "/funds-confirmation-consents",
      "method": "POST",
      "statusCode": "201",
      "type": "response",
      "mediaType": "application/json",
      "description": "Successful creation of a funds confirmation consent",
      "example": {
        "Data": {
          "ConsentId": "88379",
          "CreationDateTime": "2026-06-13T10:00:00+00:00",
          "Status": "AwaitingAuthorisation",
          "StatusUpdateDateTime": "2026-06-13T10:00:00+00:00",
          "ExpirationDateTime": "2026-12-31T23:59:59+00:00",
          "DebtorAccount": {
            "SchemeName": "UK.OBIE.IBAN",
            "Identification": "GB76LOYD30949301273801",
            "Name": "Mrs K Jones",
            "SecondaryIdentification": "Roll No. 001"
          }
        },
        "Links": {
          "Self": "https://api.alphabank.com/open-banking/v4.0/cbpii/funds-confirmation-consents/88379"
        },
        "Meta": {
          "TotalPages": 1
        }
      }
    },
    {
      "operationId": "CreateFundsConfirmations",
      "path": "/funds-confirmations",
      "method": "POST",
      "type": "request",
      "mediaType": "application/json",
      "description": "Check if sufficient funds are available for a specified amount",
      "example": {
        "Data": {
          "ConsentId": "88379",
          "Reference": "Purchase01",
          "InstructedAmount": {
            "Amount": "20.00",
            "Currency": "GBP"
          }
        }
      }
    },
    {
      "operationId": "CreateFundsConfirmations",
      "path": "/funds-confirmations",
      "method": "POST",
      "statusCode": "201",
      "type": "response",
      "mediaType": "application/json",
      "description": "Funds confirmation result — funds are available",
      "example": {
        "Data": {
          "FundsConfirmationId": "fc-001",
          "ConsentId": "88379",
          "CreationDateTime": "2026-06-13T10:05:00+00:00",
          "FundsAvailable": true,
          "Reference": "Purchase01",
          "InstructedAmount": {
            "Amount": "20.00",
            "Currency": "GBP"
          }
        },
        "Links": {
          "Self": "https://api.alphabank.com/open-banking/v4.0/cbpii/funds-confirmations/fc-001"
        },
        "Meta": {
          "TotalPages": 1
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/confirmation-funds-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.