obOpen Banking Lab
GlossarySTETBlogContact
Specification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
API reference
  • AISP
    • GETaccounts
    • GETbalances
    • GEToverdrafts
    • GETowners
    • GETtransactions
    • GETdetails
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
    • GETtransactions
  • CBPII
    • POSTfunds confirmations
Examples
  • 6.1PSU Context Retrieval
  • 6.2Consent Forwarding
  • 6.3PSU identification Retrieval
  • 6.4Account Owners Identities Retrieval
  • 6.5Account Balances Retrieval
  • 6.6Account Overdrafts Retrieval
  • 6.7Account Transactions Retrieval
  • 6.8Account Transaction details Retrieval
  • 6.9Trusted Beneficiaries Retrieval
  • 7.1Account Amount Coverage Check
  • 8.1Payment Request with multiple instructions having different
  • 8.2Payment Request with multiple instructions having different beneficiaries
  • 8.3Standing Orders Request
Changelog
  • Changelog
  1. Home
  2. STET 1.6.3.1
  3. Flows
  4. 7.1. Account Amount Coverage Check

7.1. Account Amount Coverage Check

7.1.1.1. Request

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

7.1.1.2. Headers

content-length: 160

7.1.1.3. Body
{
  "paymentCoverageRequestId": "MyCoverage123456",
  "instructedAmount": {
    "amount": 12345.0,
    "currency": "EUR"
  },
  "accountId": {
    "iban": "YY13RDHN98392489481620896668799742"
  }
}

7.1.2. Response

Status code: 200

7.1.2.1. Headers
X-Request-Id: 415bc284-5c80-4ba5-a2da-6ff4ae4e06eb
Keep-Alive: timeout=60
Connection: keep-alive

7.1.3. Body

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

8. PISP Use cases (REDIRECT APPROACH)

Previous6.9. Trusted Beneficiaries RetrievalExamplesNext8.1. Payment Request with multiple instructions having differentExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 7.1 · PDF p. 16

Cite & share

§ 7.1 · PDF p. 16

Tracks the section you’re reading.

Open original PDF
obOpen Banking Lab
From spec to implementation.

Open banking specifications, glossary and references.

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

© 2026 Open Banking Lab.

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