Skip to main content
GET
Obtener la cuenta de préstamo activa

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string<uuid>
requerido

Loan account identifier (UUID).

Ejemplo:

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

Respuesta

OK

assignedOfficerId
string
requerido

Identifier of the loan officer assigned to service this account.

Ejemplo:

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

borrowerId
string
requerido

Identifier of the borrower who holds this account.

Ejemplo:

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

jurisdictionCode
string
requerido

ISO 3166-1 jurisdiction code the account operates under (e.g. BR).

Ejemplo:

"BR"

loanAccountId
string
requerido

Loan account UUID.

Ejemplo:

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

loanApplicationId
string
requerido

Originating loan application UUID.

Ejemplo:

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

openBalance
string
requerido

Total open balance including fees and penalties (2 d.p. string).

Ejemplo:

"1450.00"

principalBalance
string
requerido

Outstanding principal balance (2 d.p. string).

Ejemplo:

"1234.56"

profileVersion
string
requerido

Product profile version applied to this account.

Ejemplo:

"1.0.0"

status
string
requerido

Account lifecycle status (e.g. active, closed, in_arrears).

Ejemplo:

"active"

disbursementDate
string

ISO-8601 date of fund disbursement; omitted until disbursed.

Ejemplo:

"2026-06-14"