Skip to main content

Revolving Credit Webhook Events

Unit raises events related to revolving credit billing and repayments that you can subscribe to via webhooks.

Available Events

EventDescription
accountReceivablesDailySnapshot.createdRaised 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:

When building a revolving credit integration, you may also want to subscribe to these related events:

EventDescription
repayment.createdRaised when a new repayment is created.
repayment.statusChangedRaised when a repayment status changes (e.g., PendingSent, Returned).
payment.createdRaised when the underlying payment for a native repayment is created.
payment.sentRaised when the underlying payment is sent/completed.
payment.returnedRaised when the underlying ACH payment is returned.
transaction.createdRaised when a transaction is created on the credit account.
account.updatedRaised when a credit account is updated (e.g., balance change).
creditAccount.createdRaised 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.