Skip to main content
POST
Criar solicitação de empréstimo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
borrowerId
string
obrigatório

Borrower identifier.

expectedDisbursementDate
string
obrigatório

Expected disbursement date (RFC3339).

Exemplo:

"2026-06-14T12:00:00Z"

loanProductVersionId
string
obrigatório

Loan product version identifier (UUID).

Exemplo:

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

previewScheduleSnapshotId
string
obrigatório

Preview schedule snapshot identifier (UUID).

Exemplo:

"6ba7b810-9dad-11d1-80b4-00c04fd430c8"

requestedInstallments
integer<int64>
obrigatório

Number of installments.

Intervalo obrigatório: 1 <= x <= 600
Exemplo:

24

requestedInterestRate
string
obrigatório

Requested monthly interest rate as a decimal string, scale 8 (e.g. "0.00000100").

Exemplo:

"0.00000100"

requestedPrincipalAmount
string
obrigatório

Requested principal amount as a decimal string (e.g. "50000.00").

Exemplo:

"50000.00"

Resposta

Created

assignedOfficerId
string
obrigatório

Authenticated officer who created the application (request subject).

borrowerId
string
obrigatório

Borrower identifier.

expectedDisbursementDate
string
obrigatório

Expected disbursement date (RFC3339, UTC).

Exemplo:

"2026-06-14T12:00:00Z"

id
string
obrigatório

Loan application identifier (UUID).

Exemplo:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

loanProductVersionId
string
obrigatório

Loan product version this application was created against (UUID).

Exemplo:

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

previewJurisdictionCode
string
obrigatório

ISO-2 jurisdiction code resolved at preview time.

Exemplo:

"BR"

previewProfileVersion
string
obrigatório

Jurisdiction profile version resolved at preview time.

Exemplo:

"1.0.0"

previewScheduleSnapshotId
string
obrigatório

Preview schedule snapshot this application was created from (UUID).

Exemplo:

"6ba7b810-9dad-11d1-80b4-00c04fd430c8"

requestedInstallments
integer<int64>
obrigatório

Number of installments requested.

Exemplo:

24

requestedInterestRate
string
obrigatório

Requested monthly interest rate as a decimal string, scale 8 (e.g. "0.00000100").

Exemplo:

"0.00000100"

requestedPrincipalAmount
string
obrigatório

Requested principal amount as a decimal string, minor-unit precision scale 2 (e.g. "50000.00").

Exemplo:

"50000.00"

status
string
obrigatório

Lifecycle status: one of pending_approval, approved, rejected, withdrawn, disbursed.

Exemplo:

"pending_approval"

approvalDecision
object

Approval facts; present only when the application is approved or disbursed.

disbursementEvent
object

Disbursement facts; present only when the application is disbursed.

rejectionDecision
object

Rejection facts; present only when the application is rejected.

withdrawalDecision
object

Withdrawal facts; present only when the application is withdrawn.