ofOpen Finance Guide
GlossárioSTETBlogContato
Especificação
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Referência da 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
Exemplos
  • 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
Registro de alterações
  • Registro de alterações
  1. Início
  2. STET 1.6.2.1
  3. Fluxos
  4. 6.2. Consent Forwarding

6.2. Consent Forwarding

6.2.1.1. Request

PUT http://localhost:18080/v1/consents

6.2.1.2. Headers

content-length: 437

6.2.1.3. Body
{
  "owners": [
    {
      "other": {
        "identification": "account_rsc1",
        "schemeName": "BANK",
        "issuer": "BNKAFRPPXXX"
      }
    }
  ],
  "balances": [
    {
      "other": {
        "identification": "account_rsc1",
        "schemeName": "BANK",
        "issuer": "BNKAFRPPXXX"
      }
    },
    {
      "other": {
        "identification": "account_rsc2",
        "schemeName": "BANK",
        "issuer": "BNKAFRPPXXX"
      }
    }
  ],
  "transactions": [
    {
      "other": {
        "identification": "account_rsc1",
        "schemeName": "BANK",
        "issuer": "BNKAFRPPXXX"
      }
    }
  ],
  "trustedBeneficiaries": true,
  "psuIdentity": true
}

6.2.2. Response

Status code: 201

6.2.2.1. Headers
X-Request-Id: 4313840f-017a-4434-8057-5d4512b1fdec
Keep-Alive: timeout=60
Connection: keep-alive

6.2.3. Body

6.2.4. No body data

Anterior6.1. PSU Context RetrievalExemplosPróximo6.3. PSU identification RetrievalExemplos

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 6.2 · PDF p. 6

Citar e compartilhar

§ 6.2 · PDF p. 6

Acompanha a seção que você está lendo.

Abrir PDF original
ofOpen Finance Guide
Da especificação à implementação.

Especificações, glossário e referências de open banking.

Navegação
  • Glossário
  • STET
  • Blog
  • Contato
Legal
  • Avisos legais
  • Política de privacidade
  • Política de cookies

© 2026 Open Finance Guide.

Mantido por Tancrède Simonin · Conteúdo sob licença CC BY-SA 4.0.