The Reminder Sent notification informs you when a customer’s account or order has reached a new level in the dunning process due to unpaid invoices or overdue payments. This notification keeps you updated on the status of reminders and collection processes for outstanding payments. The notification is triggered as the dunning process progresses through various levels, from payment reminders to the feedback by the collection agencies.
This notification can be utilized for various business purposes:
To register to this notification, please look in the general notifications-page using accounting/reminderSent
The follow-up processes depend on what you want to do with the data:
Trigger Events:
The Reminder Sent notification is triggered in the following scenarios:
Example:
{
"type": "accounting/reminderSent",
"parameters": {
"businessCode": "1001",
"companyCode": "1001",
"customerNumber": "CUST694015885",
"invoiceReference": "INV-93005889",
"orderReference": "ORD-399106187",
"reminderLevel": 1,
"transactionId": "Reminder-1001-0F5CAC7922F21EE9FDCF154D9CD0FF5D"
}
}
Field Descriptions
Please look here for the details of the Reminder Sent Notification.
Reminder Levels:
Dunning Levels:
1
: Payment reminder.2
: 1st dunning level.3
: 2nd dunning level.4
: 3rd dunning level (final reminder).Collection status:
90
: Ready for Collection (after the 3rd dunning level with no payment).91
: Transferred to Collection.95
: Recalled by Accounting as a Service.96
: Denied by Collection Agency.97
: Collection process closed by Merchant.98
: Collection process unsuccessfully finished (no payment).99
: Collection process successfully finished (payment received).