ofOpen Finance Guide
GlosarioSTETBlogContacto
Especificación
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Referencia 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
Ejemplos
  • 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
  • 8.2Payment Request with multiple instructions having different
  • 8.3Standing Orders Request
Registro de cambios
  • Registro de cambios
  1. Inicio
  2. STET 1.5.1.6
  3. Flujos
  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

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

{ "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)

Anterior6.8. Trusted Beneficiaries RetrievalEjemplosSiguiente8.1. Payment Request with multiple instructions having differentEjemplos

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 7.1 · PDF p. 17

Citar y compartir

§ 7.1 · PDF p. 17

Sigue la sección que estás leyendo.

Abrir PDF original
ofOpen Finance Guide
De la especificación a la implementación.

Especificaciones, glosario y referencias de open banking.

Navegación
  • Glosario
  • STET
  • Blog
  • Contacto
Legal
  • Aviso legal
  • Política de privacidad
  • Política de cookies

© 2026 Open Finance Guide.

Mantenido por Tancrède Simonin · Contenido bajo licencia CC BY-SA 4.0.