ofOpen Finance Guide
GlossarySTETBlogContact
Specification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
API reference
  • Client registration
    • POSTregister
    • DELregister
    • GETregister
    • PUTregister
  • AISP
    • GETaccounts
    • GETbalances
    • GETtransactions
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
    • POSTo confirmation
  • CBPII
    • POSTfunds confirmations
Examples
  • 6.1PSU Context Retrieval
  • 6.2Consent Forwarding
  • 6.3PSU identification Retrieval
  • 6.4Account Balances Retrieval
  • 6.5Account Transactions Retrieval
  • 6.6Trusted 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
  • 9.1Payment Request with multiple instructions having different execution dates
  • 10.1Payment Request with multiple instructions having different execution dates
Changelog
  • Changelog
  1. Home
  2. STET 1.4.2.18
  3. Flows
  4. 6.1. PSU Context Retrieval

6.1. PSU Context Retrieval

6.1.1. Request

GET http://localhost:8080/v1/accounts

6.1.1.1. Headers
Date: Tue, 8 Oct 2019 10:35:19 +0200
PSU-Date: 2017-06-08T09:33:55.954+02:00
Accept: application/hal+json; charset=utf-8
PSU-GEO-Location: GEO:52.506931,13.144558
Digest:
X-Request-ID: GGF3YUD3BDJK
PSU-Referer: http://en.wikipedia.org/wiki/Main_Page
PSU-IP-Port: 12345
PSU-Accept: text/plain
Authorization: Bearer 1234567890AZERTYUIOP
PSU-Accept-Charset: utf-8
PSU-Accept-Encoding: gzip, deflate
PSU-IP-Address: 10.10.10.10
PSU-User-Agent: Mozilla
PSU-HTTP-Method: POST
PSU-Accept-Language: en-US
Content-Type: application/json
User-Agent: Swagger-Codegen/1.0.0/java
Signature: keyId="https://path.to/myQsealCertificate_612b4c7d103074b29e4c1ece1ef40bc575c0a87e",algorithm="rsasha256",headers="date psu-date psu-geo-location digest x-request-id psu-referer psu-ip-port psu-accept psu-accept-charset psuaccept-encoding psu-ip-address psu-user-agent psu-http-method psu-accept-language content-type (requesttarget)",signature="vUfFe/11MvtqUvfyFrMWELsYYrR6zZtWNyDW63fS+oUdFXqvjiJ+9IbMizGhDs2O2ePAs6smagI+//a2aXfyXqDUQ AJVIFaQmufPwbXUFjRFkMbltfdEE6897+4bPZPQmehkwXr0GB4uDvmpjLCmeIu0/dximVSg5QLrJTyXql4="
6.1.1.2. No body data

6.1.2. Response

Status code: 200

6.1.2.1. Headers
X-Request-ID: GGF3YUD3BDJK
Content-Type: application/hal+json;charset=utf-8
Date: Tue, 08 Oct 2019 08:35:19 GMT
6.1.2.2. 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.

{ 
 
"accounts" : [ { "resourceId" : "Alias1", "bicFi" : "BNKAFRPPXXX", "accountId" : { "currency" : "EUR","name" : "Compte de Mr et Mme Dupont", "usage" : "PRIV", "cashAccountType" : "CACC", "psuStatus" : "Co-account Holder", "_links" : { "balances" : { "href" : "/v1/accounts/Alias1/balances","transactions" : { "href" : "/v1/accounts/Alias1/transactions","resourceId" : "Alias2", "bicFi" : "BNKAFRPPXXX", "accountId" : { "currency" : "EUR","name" : "Compte de Mme Dupont", "usage" : "PRIV", "cashAccountType" : "CACC", "psuStatus" : "Account Holder", "_links" : { "balances" : { "href" : "/v1/accounts/Alias2/balances" 
 
}, "transactions" : { "href" : "/v1/accounts/Alias2/transactions" } } } ], "_links" : { "self" : { "href" : "/v1/accounts" } } }
PreviousTypedAmountResourcesNext6.2. Consent ForwardingExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.1 · PDF p. 2

Cite & share

§ 6.1 · PDF p. 2

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.