The list of dunning attempts for a particular invoice.

Columns

No match found

transaction_id string, null
Foreign Key transactions.id
The transaction associated with the attempt.

invoice_id string, not null
Foreign Key invoices.id
The ID of the invoice for which dunning was attempted.

attempt not null
Dunning attempt number.

created_at timestamp, null
The timestamp when the attempt was made.

dunning_type string, not null, default=auto_collect
The type of dunning. Possible values are:
  • AUTO_COLLECT: Dunning type is auto collection.
  • OFFLINE: Dunning type is offline.
  • DIRECT_DEBIT: Dunning type is direct debit.