> For the complete documentation index, see [llms.txt](https://guide.pay.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.pay.gov.sg/api-resources/events.md).

# Events

PaySG uses events to notify you when something interesting happens in your payment service. When an interesting event occurs, PaySG creates a new `Event` object. For example, when a payer successfully completes payment on PaySG, PaySG creates a payment.succeeded event.

PaySG also has a separate [webhooks ](/webhooks/introduction.md)system for sending the Event objects directly to an endpoint on your server. You can manage webhooks in your payment service settings. Learn how to listen for events so that your integration can automatically trigger reactions.
