Zum Hauptinhalt springen
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

id
string
erforderlich

DunningDocument identifier

Antwort

DunningDocument resource

id
string
read-only

The id of the dunning document

Beispiel:

"ad8f6b9c-4b9c-4c9c-9c4b-9c4b9c4b9c4b"

customer
object
read-only

The customer of the dunning document

recipient
string<uuid>
read-only

The recipient of the dunning document

Beispiel:

"https://example.com/"

title
string
read-only

The title of the dunning document

introduction
string
read-only

The introduction of the dunning document

closing
string
read-only

The closing of the dunning document

documentDate
string<date-time>
read-only

The document date of the dunning document

dueDate
string<date-time>
read-only

The due date until when the invoice should be paid

media
object | null
template
string<uuid>
read-only

The document template used for this dunning document

Beispiel:

"https://example.com/"

invoice
object

The invoice for which this dunning document was created

level
integer
read-only

The level of the current dunning document

type
enum<string>
read-only

The type of the current dunning document

Verfügbare Optionen:
reminder,
dunning
status
any
read-only

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.
reason
string | null
read-only

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

dunningFeeCents
integer | null
read-only

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

createdAt
string<date-time>
read-only
updatedAt
string<date-time>
read-only
dunningFee
object | null
number
string
read-only