Skip to main content
GET
Get active loan account

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

Loan account identifier (UUID).

Example:

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

Response

OK

assignedOfficerId
string
required

Identifier of the loan officer assigned to service this account.

Example:

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

borrowerId
string
required

Identifier of the borrower who holds this account.

Example:

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

jurisdictionCode
string
required

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

Example:

"BR"

loanAccountId
string
required

Loan account UUID.

Example:

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

loanApplicationId
string
required

Originating loan application UUID.

Example:

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

openBalance
string
required

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

Example:

"1450.00"

principalBalance
string
required

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

Example:

"1234.56"

profileVersion
string
required

Product profile version applied to this account.

Example:

"1.0.0"

status
string
required

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

Example:

"active"

disbursementDate
string

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

Example:

"2026-06-14"