Event Types
Event type | Description | 🔗 |
---|---|---|
Customer status related events | ||
so.slope.customer.created | New customer is created | Docs |
so.slope.customer.updated | Customer object is updated by you or Slope's system. We recommend receiving this event for cases where a customer's limits have been increased or their overdue order count has changed | Docs |
Customer events | ||
so.slope.customer.authorized | Customer has authenticated into the Slope widget and has authorized access to the merchant partner. | Docs |
so.slope.customer.authorization_revoked | Customer has closed their account and unauthorized access to the merchant partner. | Docs |
so.slope.customer.application_submitted | Customer has submitted an application to Slope. | Docs |
so.slope.customer.credit_decision_reached | Customer has either been approved or rejected for a limit | Docs |
Prescreen events | ||
so.slope.prescreen.ready | Prescreen has succeeded and the result is ready | Docs |
Order status related events | ||
so.slope.order.opened | An order has reached the open state | Docs |
so.slope.order.finalizing | An order has triggered finalize and is in the finalizing state | Docs |
so.slope.order.finalized | An order has reached the finalized state | Docs |
Order events | ||
so.slope.order.adjustment.created | An order adjustment (refund) has been created | Docs |
so.slope.transactions.updated | Triggered when a repayment happens on an order. | Docs |
Unexpected events
Your webhook endpoint may receive different event types depending on your configuration. You should
ensure you build your webhook such that it handles both expected and unexpected events.
Can't find the perfect event?
Reach out to us and we'll help find or introduce an event that fits your requirements.
Updated 12 days ago