Skip to main content
POST
Ingerir consentimiento de cláusula de capitalización BR

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string<uuid>
requerido

Loan application identifier.

Cuerpo

application/json
acceptedAt
string<date-time>
requerido

RFC3339 timestamp the borrower accepted the clause.

clauseText
string
requerido

Raw capitalization clause text presented to the borrower.

clauseTextHash
string
requerido

Client-computed SHA-256 hex digest of the canonicalized clause text.

Required string length: 64
Pattern: ^[a-f0-9]{64}$
Ejemplo:

"a3b1c2d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90"

Opaque evidence reference proving the borrower accepted the clause.

Respuesta

Created

acceptedAt
string
requerido

RFC3339 UTC timestamp when the borrower accepted the clause.

Ejemplo:

"2026-06-14T12:00:00Z"

acceptedByActor
string
requerido

Authenticated actor identity (resolved from request context) that accepted the clause.

clauseTextHash
string
requerido

Server-recomputed SHA-256 hex digest of the canonicalized clause text (64 lowercase hex chars).

Ejemplo:

"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"

Opaque evidence reference proving the borrower accepted the clause.

createdAt
string
requerido

RFC3339 UTC timestamp when the artifact was persisted.

Ejemplo:

"2026-06-14T12:00:00Z"

id
string
requerido

Server-generated UUID of the persisted consent artifact.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

jurisdictionCode
string
requerido

ISO 3166-1 alpha-2 jurisdiction code (e.g. "BR").

Ejemplo:

"BR"

loanApplicationId
string
requerido

UUID of the loan application this consent is attached to.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440001"

profileVersion
string
requerido

Jurisdiction profile version in effect when the disclosure was presented (e.g. "1.0.0").

Ejemplo:

"1.0.0"