Payment Reminder Sent

Emitted when a payment reminder has been sent to a customer

Overview

The PaymentReminderSent event tracks dunning communications sent to customers regarding outstanding invoices.

Event Schema

{
"eventId": "uuid",
"eventType": "PaymentReminderSent",
"timestamp": "2025-12-11T10:30:00Z",
"version": "1.0.0",
"data": {
"reminderId": "string",
"invoiceId": "string",
"invoiceNumber": "string",
"customerId": "string",
"reminderType": "friendly | first_notice | second_notice | final_notice",
"sentTo": "string (email)",
"daysOverdue": "number",
"sentAt": "timestamp"
}
}