v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Get loan account PDD stage
Returns the current Brazilian PDD delinquency stage and accrual eligibility state.
get/api/v1/br/loan-accounts/{id}/pdd-stage
Path parameters
idstring uuid required
Loan account identifier.
Loan account identifier.
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"
}