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
    • 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.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
Changelog
  • Changelog
  1. Home
  2. STET 1.5.0.43
  3. Flows
  4. 6.7. Account Transactions Retrieval

6.7. Account Transactions Retrieval

6.7.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/transactions
6.7.1.2. No specific headers
6.7.1.3. No body data

6.7.2. Response

Status code: 200

6.7.2.1. Headers
X-Request-Id: ccc22f68-aa3d-43be-8df1-a8f404876e30
Keep-Alive: timeout=60
Connection: keep-alive

6.7.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.

{ 
 
"transactions" : [ { 
 
"resourceId" : "transaction_rsc79", 
 
"entryReference" : "DHGF36DJ0", 
 
"transactionAmount" : { 
 
"amount" : 12.25, 
 
"currency" : "EUR","creditDebitIndicator" : "DBIT", 
 
"status" : "BOOK", 
 
"bookingDate" : "2020-08-05T22:00:00Z", 
 
"remittanceInformation" : { 
 
"unstructured" : [ "Chèque n°XXXXXXX" ] 
 
"resourceId" : "transaction_rsc80", 
 
"entryReference" : "DHGF36DJ1", 
 
"transactionAmount" : { 
 
"amount" : 66.38, 
 
"currency" : "EUR","creditDebitIndicator" : "DBIT", 
 
"status" : "BOOK", 
 
"bookingDate" : "2020-08-06T22:00:00Z", 
 
"remittanceInformation" : { 
 
"unstructured" : [ "Prélèvement ICS XXXXXXX" ] 
 
} 
 
}, { 
 
"resourceId" : "transaction_rsc81", 
 
"entryReference" : "DHGF36DJ2", 
 
"transactionAmount" : { 
 
"amount" : 60.0, 
 
"currency" : "EUR" 
 
}, 
 
"creditDebitIndicator" : "DBIT", 
 
"status" : "BOOK", 
 
"bookingDate" : "2020-08-06T22:00:00Z", 
 
"remittanceInformation" : { 
 
"unstructured" : [ "Retrait Carte" ] 
 
} 
 
}, { 
 
"resourceId" : "transaction_rsc263", 
 
"entryReference" : "DHGF36DJ3", 
 
"transactionAmount" : { "amount" : 120.0, 
 
"currency" : "EUR" 
 
}, 
 
"creditDebitIndicator" : "CRDT", 
 
"status" : "BOOK", 
 
"bookingDate" : "2020-08-16T13:34:14Z", 
 
"remittanceInformation" : { 
 
"unstructured" : [ "Virement émis par XXXXX" ] 
 
} 
 
}, { 
 
"resourceId" : "transaction_rsc264", 
 
"entryReference" : "DHGF36DJ4", 
 
"transactionAmount" : { 
 
"amount" : 50.0, 
 
"currency" : "EUR" 
 
}, 
 
"creditDebitIndicator" : "DBIT", 
 
"status" : "FUTR", 
 
"expectedBookingDate" : "2020-08-20T13:00:00Z", 
 
"remittanceInformation" : { 
 
"unstructured" : [ "Virement instantané au bénéfice de XXXXXX" ] }, 
 
"standingOrderCharacteristics" : { 
 
"startDate" : "2020-08-20T13:00:00Z", 
 
"executionRule" : "FWNG", 
 
"frequency" : "MNTH" 
 
} 
 
} ], "_links" : { "self" : { "href" : "/v1/accounts/account_rsc1/transactions" }, "parent-list" : { "href" : "/v1/accounts" }, "owners" : { "href" : "/v1/accounts/account_rsc1/owners" }, "balances" : { "href" : "/v1/accounts/account_rsc1/balances" }, "overdrafts" : { "href" : "/v1/accounts/account_rsc1/overdrafts" }, "last" : { "href" : "/v1/accounts/account_rsc1/transactions?page=last" }, "next" : { "href" : "/v1/accounts/account_rsc1/transactions?page=next" } } }
Previous6.6. Account Overdrafts RetrievalExamplesNext6.8. Trusted Beneficiaries RetrievalExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.7 · PDF p. 17

Cite & share

§ 6.7 · PDF p. 17

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.