Consignado
Originate a consignado privado contract (contratação ativa)
Re-checks margin, renders and signs the CCB, creates and approves the core loan application (with its BR consignado extension) and persists it, then emits consignado.averbacao.requested so the gateway performs the real averbação. The returned state reflects the core origination progress (approved on contratação); the averbação lifecycle is tracked separately.
post/api/v1/br/consignado/contracts
Request body
Example request
{
"annualRate": "0.2400",
"averbacaoDate": "2026-06-22T12:00:00Z",
"borrowerCpf": "12345678909",
"cetAnnual": "0.2610",
"cetMonthly": "0.0195",
"employerCnpj": "12345678000199",
"fgtsGuaranteePercent": "0.1000",
"installmentAmount": "450.00",
"installmentCount": 24,
"iofAmount": "86.84",
"loanProductVersionId": "550e8400-e29b-41d4-a716-446655440000",
"monthlyRate": "0.0180",
"principalAmount": "10000.00",
"vinculoId": "550e8400-e29b-41d4-a716-446655440010"
}Response
Created
Example response
{
"annualRate": "0.2400",
"cetAnnual": "0.2610",
"cetMonthly": "0.0195",
"createdAt": "2026-06-22T12:00:00Z",
"firstDeductionCompetencia": "202608",
"id": "550e8400-e29b-41d4-a716-446655440000",
"installmentAmount": "450.00",
"installmentCount": 24,
"iofAmount": "86.84",
"monthlyRate": "0.0180",
"principalAmount": "10000.00",
"state": "approved"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.