Get active loan account
Returns the active loan account detail read model. A malformed UUID yields 422 (schema error), distinct from 404 when the account does not exist.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Loan account identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Response
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"

