Affects
Teams integrating with the Lender Consignado API or consuming its Consignado events, especially teams using the retired monthly-rate endpoint or the previous guarantee-recovery topic.
What changed
The Consignado API replaces
PUT /v1/credentials/dataprev/taxa-mensal with PUT /v1/credentials/dataprev/portal-base-url. Configure an HTTPS worker-portal URL with no credentials or fragment and no more than 255 characters. The gateway uses that URL as the type 0 contact in bid proposals.
The Lender reference now includes nine operations for Consignado contract divergences and compensating adjustments. It also documents the lender.loan_account.debt_balance_changed event and corrects the guarantee-recovery event to lender.guarantee_recovery_cash.allocated with CloudEvents type studio.lerian.guarantee_recovery_cash.allocated.
The documentation also clarifies that CONSIGNADO_ENABLED controls only the legacy inbound consignado.averbacao.rejected handling. The contratação route, CCB signer, and averbação-confirmed consumer are retired; replacement booking and payment paths configure independently.
These entries align the public documentation with the implemented contract; they do not announce a runtime release.
Impact
Classification: Action required. Replace calls to the retired monthly-rate endpoint and review event subscriptions, deployment configuration, and operational runbooks against the corrected contract.
What you need to do
1
Replace use of
PUT /v1/credentials/dataprev/taxa-mensal with PUT /v1/credentials/dataprev/portal-base-url.2
Validate the configured portal URL before sending it: HTTPS only, no credentials or fragment, and at most 255 characters.
3
Update guarantee-recovery subscribers to
lender.guarantee_recovery_cash.allocated and studio.lerian.guarantee_recovery_cash.allocated.4
Review any
CONSIGNADO_ENABLED runbook: it no longer controls the retired contratação, signer, or averbação-confirmed paths.5
Use the documented divergence and compensating-adjustment operations where your integration repairs Consignado contracts.

