Event Types

Event typeDescription🔗
Customer status related events
so.slope.customer.createdNew customer is createdDocs
so.slope.customer.updatedCustomer 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 changedDocs
Customer events
so.slope.customer.authorizedCustomer has authenticated into the Slope widget and has authorized access to the merchant partner.Docs
so.slope.customer.authorization_revokedCustomer has closed their account and unauthorized access to the merchant partner.Docs
so.slope.customer.application_submittedCustomer has submitted an application to Slope.Docs
so.slope.customer.credit_decision_reachedCustomer has either been approved or rejected for a limitDocs
Prescreen events
so.slope.prescreen.readyPrescreen has succeeded and the result is readyDocs
Order status related events
so.slope.order.openedAn order has reached the open stateDocs
so.slope.order.finalizingAn order has triggered finalize and is in the finalizing stateDocs
so.slope.order.finalizedAn order has reached the finalized stateDocs
Order events
so.slope.order.adjustment.createdAn order adjustment (refund) has been createdDocs
so.slope.transactions.updatedTriggered 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.