ofOpen Finance Guide
GlosarioSTETBlogContacto
Especificación
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Referencia API
  • 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
Ejemplos
  • 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
Registro de cambios
  • Registro de cambios
  1. Inicio
  2. STET 1.4.2.18
  3. Flujos
  4. 6.6. Trusted Beneficiaries Retrieval

6.6. Trusted Beneficiaries Retrieval

6.6.1. Request

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

6.6.1.1. No specific headers
6.6.1.2. No body data

6.6.2. Response

Status code: 200

6.6.2.1. No specific headers
6.6.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"
    },
    "parent-list": {
      "href": "/v1/accounts"
    }
  }
}

7. CBPII Use cases

Anterior6.5. Account Transactions RetrievalEjemplosSiguiente7.1. Account Amount Coverage CheckEjemplos

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.6 · PDF p. 11

Citar y compartir

§ 6.6 · PDF p. 11

Sigue la sección que estás leyendo.

Abrir PDF original
ofOpen Finance Guide
De la especificación a la implementación.

Especificaciones, glosario y referencias de open banking.

Navegación
  • Glosario
  • STET
  • Blog
  • Contacto
Legal
  • Aviso legal
  • Política de privacidad
  • Política de cookies

© 2026 Open Finance Guide.

Mantenido por Tancrède Simonin · Contenido bajo licencia CC BY-SA 4.0.