Retrieve the current dunning state for an invoice, including attempt history.
Documentation Index
Fetch the complete documentation index at: https://docs.paybridgenp.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
dunningStatus | string | idle | retrying | exhausted | recovered | stopped |
dunningAttemptCount | integer | Number of reminders sent so far. |
nextDunningAt | string | null | ISO 8601 timestamp of the next scheduled retry. |
attempts | DunningAttempt[] | Full attempt history. |
| Field | Type | Description |
|---|---|---|
id | string | Attempt id. |
attemptNumber | integer | 1-based sequence number. |
status | string | sent | recovered | exhausted |
nextAttemptAt | string | null | When the next attempt is scheduled. |
createdAt | string | When this attempt was logged. |