Obtener la cuenta de préstamo activa
Devuelve el modelo de lectura de detalle de la cuenta de préstamo activa. Un UUID mal formado produce 422 (error de schema), distinto del 404 cuando la cuenta no existe.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Loan account identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Respuesta
OK
Identifier of the loan officer assigned to service this account.
"550e8400-e29b-41d4-a716-446655440003"
Identifier of the borrower who holds this account.
"550e8400-e29b-41d4-a716-446655440002"
ISO 3166-1 jurisdiction code the account operates under (e.g. BR).
"BR"
Loan account UUID.
"550e8400-e29b-41d4-a716-446655440000"
Originating loan application UUID.
"550e8400-e29b-41d4-a716-446655440001"
Total open balance including fees and penalties (2 d.p. string).
"1450.00"
Outstanding principal balance (2 d.p. string).
"1234.56"
Product profile version applied to this account.
"1.0.0"
Account lifecycle status (e.g. active, closed, in_arrears).
"active"
ISO-8601 date of fund disbursement; omitted until disbursed.
"2026-06-14"

