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

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

Returns { ok: true } on success. Returns 400 if the invoice is not in a stoppable dunning state (retrying or idle).