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. 6.6. Account Overdrafts Retrieval

6.6. Account Overdrafts Retrieval

6.6.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/overdrafts
6.6.1.2. No specific headers
6.6.1.3. No body data

6.6.2. Response

Status code: 200

6.6.2.1. Headers
X-Request-Id: df73371e-5e30-44d4-b6aa-56c2c0e7777f
Keep-Alive: timeout=60
Connection: keep-alive

6.6.3. Body

{
  "overdrafts": {
    "allowedAmount": {
      "amount": 30000.0,
      "currency": "EUR"
    }
  },
  "_links": {
    "self": {
      "href": "/v1/accounts/account_rsc1/overdrafts"
    },
    "parent-list": {
      "href": "/v1/accounts"
    },
    "owners": {
      "href": "/v1/accounts/account_rsc1/owners"
    },
    "balances": {
      "href": "/v1/accounts/account_rsc1/balances"
    },
    "transactions": {
      "href": "/v1/accounts/account_rsc1/transactions"
    }
  }
}
Anterior6.5. Account Balances RetrievalEjemplosSiguiente6.7. Account Transactions RetrievalEjemplos

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.6 · PDF p. 12

Citar y compartir

§ 6.6 · PDF p. 12

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.