ofOpen Finance Guide
GlossarySTETBlogContact
Specification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
API reference
  • AISP
    • GETaccounts
    • GETbalances
    • GETtransactions
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
  • CBPII
    • POSTfunds confirmations
Examples
  • 5.1PSU Context Retrieval
  • 5.2Consent Forwarding
  • 5.3Account Balances Retrieval
  • 5.4Account Transactions Retrieval
  • 5.5Trusted Beneficiaries Retrieval
  • 6.1Account Amount Coverage Check
  • 7.1Payment Request with multiple instructions having different execution dates
  • 7.2Payment Request with multiple instructions having different beneficiaries
  • 7.3Standing Orders Request
Changelog
  • Changelog
  1. Home
  2. STET 1.4.1.3
  3. Flows
  4. 6.1. Account Amount Coverage Check

6.1. Account Amount Coverage Check

6.1.1. Request

POST http://localhost:8080/v1/funds-confirmations

6.1.1.1. No specific Header
6.1.1.2. Body
{
  "paymentCoverageRequestId": "MyCoverage123456",
  "instructedAmount": {
    "currency": "EUR",
    "amount": "12345"
  },
  "accountId": {
    "iban": "YY13RDHN98392489481620896668799742"
  }
}

6.1.2. Response

Status code: 200

6.1.2.1. No specific Header
6.1.2.2. Body

Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.

{ "request" : { "paymentCoverageRequestId" : "MyCoverage123456", "instructedAmount" : { "currency" : "EUR", "amount" : "12345" }, "accountId" : { "iban" : "YY13RDHN98392489481620896668799742" } }, "result" : true, "_links" : { 
 
"href" : "v1/funds-confirmations" 
 
}

7. PISP Use cases (REDIRECT APPROACH)

Previous5.5. Trusted Beneficiaries RetrievalExamplesNext7.1. Payment Request with multiple instructions having different execution datesExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.1 · PDF p. 12

Cite & share

§ 6.1 · PDF p. 12

Tracks the section you’re reading.

Open original PDF
ofOpen Finance Guide
From spec to implementation.

Open banking specifications, glossary and references.

Navigation
  • Glossary
  • STET
  • Blog
  • Contact
Legal
  • Legal notice
  • Privacy policy
  • Cookie policy

© 2026 Open Finance Guide.

Maintained by Tancrède Simonin · Content licensed under CC BY-SA 4.0.