v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Apply loan account PDD stage transition
Records a PDD transition or cure and updates prospective accrual eligibility.
post/api/v1/br/loan-accounts/{id}/pdd-stage/transitions
Path parameters
idstring uuid required
Loan account identifier.
Loan account identifier.
Request body
Example request
{
"businessDate": "2026-06-14",
"effectiveAt": "2026-06-14T12:00:00Z",
"jurisdictionCode": "BR",
"profileVersion": "1.0.0",
"toStage": "stage_1"
}Response
OK
Example response
{
"accrualState": "accruing",
"businessDate": "2026-06-14",
"currentStage": "stage_1",
"effectiveAt": "2026-06-14T12:00:00Z",
"jurisdictionCode": "BR",
"latestTransition": {
"accrualState": "accruing",
"businessDate": "2026-06-14",
"createdAt": "2026-06-14T12:00:00Z",
"effectiveAt": "2026-06-14T12:00:00Z",
"fromStage": "current",
"id": "550e8400-e29b-41d4-a716-446655440002",
"jurisdictionCode": "BR",
"profileVersion": "1.0.0",
"toStage": "stage_1"
},
"latestTransitionId": "550e8400-e29b-41d4-a716-446655440001",
"loanAccountId": "550e8400-e29b-41d4-a716-446655440000",
"profileVersion": "1.0.0",
"updatedAt": "2026-06-14T12:00:00Z"
}