v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Create prepayment quote
Creates a time-limited, auditable prepayment quote with settlement and rebate breakdown.
post/api/v1/br/loan-accounts/{id}/prepayment-quote
Path parameters
idstring uuid required
Loan account identifier.
Loan account identifier.
Request body
Example request
{
"amount": "42000.00",
"businessDate": "2026-06-14"
}Response
Created
Example response
{
"acceptedAt": "2026-06-14T12:00:00Z",
"acceptedTransactionId": "550e8400-e29b-41d4-a716-446655440002",
"chargeRebate": "120.00",
"createdAt": "2026-06-14T12:00:00Z",
"currency": "BRL",
"expiresAt": "2026-06-14T12:00:00Z",
"grossAmount": "42000.00",
"id": "550e8400-e29b-41d4-a716-446655440000",
"interestRebate": "1250.75",
"iofReconciliation": "0.00",
"jurisdictionCode": "BR",
"loanAccountId": "550e8400-e29b-41d4-a716-446655440001",
"netSettlementAmount": "41880.00",
"principalOutstanding": "42000.00",
"profileVersion": "1.0.0",
"quoteType": "partial",
"slaDueAt": "2026-06-19T12:00:00Z"
}