ofOpen Finance Guide
GlossarySTETBlogContact
Specification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
API reference
  • AISP
    • GETaccounts
    • GETbalances
    • GETtransactions
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
  • CBPII
    • POSTfunds confirmations
Examples
  • 5.1PSU Context Retrieval
  • 5.2Consent Forwarding
  • 5.3Account Balances Retrieval
  • 5.4Account Transactions Retrieval
  • 5.5Trusted Beneficiaries Retrieval
  • 6.1Account Amount Coverage Check
  • 7.1Payment Request with multiple instructions having different execution dates
  • 7.2Payment Request with multiple instructions having different beneficiaries
  • 7.3Standing Orders Request
Changelog
  • Changelog
  1. Home
  2. STET 1.4.1.3
  3. Flows
  4. 5.5. Trusted Beneficiaries Retrieval

5.5. Trusted Beneficiaries Retrieval

5.5.1. Request

GET http://localhost:8080/v1/trusted-beneficiaries

5.5.1.1. No specific Header
5.5.1.2. No body data

5.5.2. Response

Status code: 200

5.5.2.1. No specific Header
5.5.2.2. Body
{
  "beneficiaries": [
    {
      "creditorAgent": {
        "bicFi": "BANKYYQXXXX"
      },
      "creditor": {
        "name": "myMerchant",
        "postalAddress": {
          "country": "FR",
          "addressLine": [
            "18 rue de la DSP2",
            "75008 PARIS"
          ]
        },
        "organisationId": {
          "identification": "852126789",
          "schemeName": "SIREN",
          "issuer": "FR"
        }
      },
      "creditorAccount": {
        "iban": "YY64COJH41059545330222956960771321"
      }
    }
  ],
  "_links": {
    "self": {
      "href": "v1/trusted-beneficiaries"
    }
  }
}

6. PIISP Use cases

Previous5.4. Account Transactions RetrievalExamplesNext6.1. Account Amount Coverage CheckExamples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 5.5 · PDF p. 10

Cite & share

§ 5.5 · PDF p. 10

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.