Skip to main content
POST
Ingest BR capitalization clause consent

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

Loan application identifier.

Body

application/json
acceptedAt
string<date-time>
required

RFC3339 timestamp the borrower accepted the clause.

clauseText
string
required

Raw capitalization clause text presented to the borrower.

clauseTextHash
string
required

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

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

"a3b1c2d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90"

Opaque evidence reference proving the borrower accepted the clause.

Response

Created

acceptedAt
string
required

RFC3339 UTC timestamp when the borrower accepted the clause.

Example:

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

acceptedByActor
string
required

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

clauseTextHash
string
required

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

Example:

"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"

Opaque evidence reference proving the borrower accepted the clause.

createdAt
string
required

RFC3339 UTC timestamp when the artifact was persisted.

Example:

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

id
string
required

Server-generated UUID of the persisted consent artifact.

Example:

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

jurisdictionCode
string
required

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

Example:

"BR"

loanApplicationId
string
required

UUID of the loan application this consent is attached to.

Example:

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

profileVersion
string
required

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

Example:

"1.0.0"