Event Types
Event type | Description |
---|---|
so.slope.customer.created | New customer is created |
so.slope.customer.authorized | Customer has authenticated into the Slope widget and has authorized access to the merchant partner. |
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 |
so.slope.customer.credit_decision_reached | Customer has either been approved or rejected for a limit |
so.slope.order.finalized | An order has been finalized |
so.slope.transactions.updated | Triggered when a repayment happens on an order. |
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 3 days ago