ofOpen Finance Guide
GlossaireSTETBlogContact
Spécification
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Référence API
  • 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
Exemples
  • 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
Journal des modifications
  • Journal des modifications
  1. Accueil
  2. STET 1.6.2.1
  3. Flux
  4. 6.9. Trusted Beneficiaries Retrieval

6.9. Trusted Beneficiaries Retrieval

6.9.1.1. Request

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

6.9.1.2. No specific headers
6.9.1.3. No body data

6.9.2. Response

Status code: 200

6.9.2.1. Headers
X-Request-Id: 2160cb04-ee4d-412b-b886-283ec433e684
Keep-Alive: timeout=60
Connection: keep-alive

6.9.3. Body

{
  "beneficiaries": [
    {
      "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"
    },
    "accounts": {
      "href": "/v1/accounts"
    }
  }
}

7. CBPII Use cases

Précédent6.8. Account Transaction details RetrievalExemplesSuivant7.1. Account Amount Coverage CheckExemples

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.9 · PDF p. 13

Citer & partager

§ 6.9 · PDF p. 13

Suit la section que vous lisez.

Ouvrir le PDF original
ofOpen Finance Guide
De la spec à l'implémentation.

Spécifications, glossaire et références open banking.

Navigation
  • Glossaire
  • STET
  • Blog
  • Contact
Légal
  • Mentions légales
  • Politique de confidentialité
  • Politique relative aux cookies

© 2026 Open Finance Guide.

Maintenu par Tancrède Simonin · Contenu sous licence CC BY-SA 4.0.