Revolving Credit Webhook Events
Unit raises events related to revolving credit billing and repayments that you can subscribe to via webhooks.
Available Events
| Event | Description |
|---|---|
| accountReceivablesDailySnapshot.created | Raised when a daily snapshot of account receivables is created for a credit account. |
Event Payloads
accountReceivablesDailySnapshot.created
This event is raised at the end of each billing day when Unit produces the daily receivables snapshot for a credit account. The snapshot captures balances, daily flows, minimum due, past due, and days past due.
Use this event to trigger downstream billing, reporting, or customer notifications. Retrieve the full snapshot via Get Daily Snapshot.
Related resource types:
Related Events
When building a revolving credit integration, you may also want to subscribe to these related events:
| Event | Description |
|---|---|
| repayment.created | Raised when a new repayment is created. |
| repayment.statusChanged | Raised when a repayment status changes (e.g., Pending → Sent, Returned). |
| payment.created | Raised when the underlying payment for a native repayment is created. |
| payment.sent | Raised when the underlying payment is sent/completed. |
| payment.returned | Raised when the underlying ACH payment is returned. |
| transaction.created | Raised when a transaction is created on the credit account. |
| account.updated | Raised when a credit account is updated (e.g., balance change). |
| creditAccount.created | Raised when a credit account is created after credit application approval. |
For more details on all available events and their payloads, see the Events API reference.