Skip to main content
GET
/
v1
/
billing
/
dunning
/
invoices
/
{invoiceId}
/
dunning
Get invoice dunning status
curl --request GET \
  --url https://api.example.com/v1/billing/dunning/invoices/{invoiceId}/dunning

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.

Path parameters

invoiceId
string
required
The invoice id.

Response

FieldTypeDescription
dunningStatusstringidle | retrying | exhausted | recovered | stopped
dunningAttemptCountintegerNumber of reminders sent so far.
nextDunningAtstring | nullISO 8601 timestamp of the next scheduled retry.
attemptsDunningAttempt[]Full attempt history.

DunningAttempt object

FieldTypeDescription
idstringAttempt id.
attemptNumberinteger1-based sequence number.
statusstringsent | recovered | exhausted
nextAttemptAtstring | nullWhen the next attempt is scheduled.
createdAtstringWhen this attempt was logged.