ofOpen Finance Guide
GlossarySTETBlogContact
Specification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
API reference
  • Client registration
    • POSTregister
    • DELregister
    • GETregister
    • PUTregister
  • 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.2.1
  3. Flows
  4. 6.5. Account Balances Retrieval

6.5. Account Balances Retrieval

6.5.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/balances
6.5.1.2. No specific headers
6.5.1.3. No body data

6.5.2. Response

Status code: 200

6.5.2.1. Headers
X-Request-Id: cb7ba8b4-63b5-41e9-871c-0dc02c08163e
Keep-Alive: timeout=60
Connection: keep-alive

6.5.3. Body

{
  "balances": [
    {
      "name": "Solde comptable au 12/01/2017",
      "balanceAmount": {
        "amount": 123.45,
        "currency": "EUR"
      },
      "balanceType": "CLBD",
      "lastCommittedTransaction": "A452CH"
    },
    {
      "name": "Solde instantané au 12/01/2017 20:13",
      "balanceAmount": {
        "amount": 105.65,
        "currency": "EUR"
      },
      "balanceType": "XPCD",
      "lastCommittedTransaction": "A452D0"
    }
  ],
  "_links": {
    "self": {
      "href": "/v1/accounts/account_rsc1/balances"
    },
    "parent-list": {
      "href": "/v1/accounts"
    },
    "owners": {
      "href": "/v1/accounts/account_rsc1/owners"
    },
    "transactions": {
      "href": "/v1/accounts/account_rsc1/transactions"
    },
    "overdrafts": {
      "href": "/v1/accounts/account_rsc1/overdrafts"
    }
  }
}
Previous6.4. Account Owners Identities RetrievalExamplesNext6.6. Account Overdrafts RetrievalExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.5 · PDF p. 9

Cite & share

§ 6.5 · PDF p. 9

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.