Skip to main content

Track Case Status

Monitor case progress through webhooks or polling.

Business context: See Case Status & Email Updates for what each status change means operationally.

Key Fields

FieldDescription
lifecycleCurrent state (e.g., Active, Paused, Closed)
closeCodeOutcome reason (only when Closed)
closeCommentOptional closure explanation

See Case Lifecycle for all lifecycle states and close codes.

Subscribe to case.updated and case.closed events for real-time notifications.

See Webhooks for setup, payloads, and event details.

Polling

Query the case endpoint when you need current status:

GET https://customer-api.debitura.com/cases/{caseId}
XApiKey: YOUR_API_KEY

For bulk checks, filter by lifecycle:

GET https://customer-api.debitura.com/cases?lifecycle=Active
XApiKey: YOUR_API_KEY