GET
/
dunning
/
documents
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

DunningDocument identifier

Response

200 - application/json
closing
string

The closing of the dunning document

createdAt
string
customer
object

The customer of the dunning document

documentDate
string

The document date of the dunning document

dueDate
string

The due date until when the invoice should be paid

dunningFee
object | null
dunningFeeCents
integer | null

The dunning fee in cents for this dunning document. This is only relevant for dunning documents of type "dunning".

id
string

The id of the dunning document

introduction
string

The introduction of the dunning document

invoice
object

The invoice for which this dunning document was created

level
integer

The level of the current dunning document

media
object | null
number
string
reason
string | null

The reason for the cancellation. This is used for internal purposes only.

recipient
string

The recipient of the dunning document

status
any

The status of the current dunning document

Possible values:

  • open: The dunning document is open and can be paid.
  • cancelled: The dunning document was cancelled and can not be paid anymore.
  • paid: The dunning document was paid and can not be paid anymore. The dunning process for this invoice is stopped.
template
string

The document template used for this dunning document

title
string

The title of the dunning document

type
enum<string>

The type of the current dunning document

Available options:
reminder,
dunning
updatedAt
string