Skip to main content
GET
Obter conta de empréstimo ativa

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string<uuid>
obrigatório

Loan account identifier (UUID).

Exemplo:

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

Resposta

OK

assignedOfficerId
string
obrigatório

Identifier of the loan officer assigned to service this account.

Exemplo:

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

borrowerId
string
obrigatório

Identifier of the borrower who holds this account.

Exemplo:

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

jurisdictionCode
string
obrigatório

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

Exemplo:

"BR"

loanAccountId
string
obrigatório

Loan account UUID.

Exemplo:

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

loanApplicationId
string
obrigatório

Originating loan application UUID.

Exemplo:

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

openBalance
string
obrigatório

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

Exemplo:

"1450.00"

principalBalance
string
obrigatório

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

Exemplo:

"1234.56"

profileVersion
string
obrigatório

Product profile version applied to this account.

Exemplo:

"1.0.0"

status
string
obrigatório

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

Exemplo:

"active"

disbursementDate
string

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

Exemplo:

"2026-06-14"