Skip to main content
POST
Prepay loan account

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string
required

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

Example:

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

Path Parameters

id
string<uuid>
required

Loan account identifier (UUID).

Example:

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

Body

application/json
businessDate
string
required

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

Example:

"2026-06-14"

effectiveDate
string
required

YYYY-MM-DD effective date of the prepayment.

Example:

"2026-06-14"

transactionId
string
required

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.

Example:

"100.00"

quoteId
string<uuid>

Settlement quote identifier. Required when amount is empty.

Example:

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

Response

Created

previousScheduleVersionId
string
required

Predecessor schedule version UUID.

Example:

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

scheduleVersion
object
required

The newly appended immutable schedule version.