ofOpen Finance Guide
GlossaireSTETBlogContact
Spécification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Référence API
  • Client registration
    • POSTregister
    • DELregister
    • GETregister
    • PUTregister
  • AISP
    • GETaccounts
    • GETbalances
    • GEToverdrafts
    • GETowners
    • GETtransactions
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
    • GETtransactions
  • CBPII
    • POSTfunds confirmations
Exemples
  • 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.8Trusted Beneficiaries Retrieval
  • 7.1Account Amount Coverage Check
  • 8.1Payment Request with multiple instructions having different execution dates
  • 8.2Payment Request with multiple instructions having different beneficiaries
  • 8.3Standing Orders Request
Journal des modifications
  • Journal des modifications
  1. Accueil
  2. STET 1.5.0.43
  3. Flux
  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: a63e557d-1869-45d1-a5ac-c56abc0705e0
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)

Précédent6.8. Trusted Beneficiaries RetrievalExemplesSuivant8.1. Payment Request with multiple instructions having different execution datesExemples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 7.1 · PDF p. 21

Citer & partager

§ 7.1 · PDF p. 21

Suit la section que vous lisez.

Ouvrir le PDF original
ofOpen Finance Guide
De la spec à l'implémentation.

Spécifications, glossaire et références open banking.

Navigation
  • Glossaire
  • STET
  • Blog
  • Contact
Légal
  • Mentions légales
  • Politique de confidentialité
  • Politique relative aux cookies

© 2026 Open Finance Guide.

Maintenu par Tancrède Simonin · Contenu sous licence CC BY-SA 4.0.