Core Resources
Event object
Event overview
Events are our way of letting you know when something interesting happens in your account.
When an interesting event occurs, we create a new Event object. For example, when a payment succeeds,
we create a payment_succees
event, and when an order is refunded, we create a payment_refund
event.
Event types
This is a list of all the types of events we currently send. We may add more at any time, so in developing and maintaining your code, you should not assume that only these types exist.
payment_success
- A payment has been successfully processed.payment_refund
- A payment has been refunded.