Skip to main content
POST
Pré-pagar conta de empréstimo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Idempotency
string
obrigatório

Canonical idempotency request ID. Enforced by the lib-commons idempotency middleware.

Exemplo:

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

Parâmetros de caminho

id
string<uuid>
obrigatório

Loan account identifier (UUID).

Exemplo:

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

Corpo

application/json
businessDate
string
obrigatório

YYYY-MM-DD business date applied to the prepayment.

Exemplo:

"2026-06-14"

effectiveDate
string
obrigatório

YYYY-MM-DD effective date of the prepayment.

Exemplo:

"2026-06-14"

transactionId
string
obrigatório

Operator-supplied prepayment transaction identifier.

Maximum string length: 128
amount
string

Prepayment amount (2 d.p. string). Amount-only prepayment is available only for non-BR accounts; BR accounts require quoteId.

Exemplo:

"100.00"

quoteId
string<uuid>

Settlement quote identifier. Required when amount is empty.

Exemplo:

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

Resposta

Created

previousScheduleVersionId
string
obrigatório

Predecessor schedule version UUID.

Exemplo:

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

scheduleVersion
object
obrigatório

The newly appended immutable schedule version.