> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/payments/cashier/cashier-pay/payment-event/introduction.md ## Article Content: # About the Payment Event API The Payment Event API exposes a webhook that notifies your system when payment transactions are updated. When you subscribe to the Payment Event webhook, Wix sends notifications to your endpoint whenever a transaction is created, updated, or refunded. Notifications are sent for transaction lifecycle events including: - New transactions created - Transaction status changes - Payment completions **Note:** For refund notifications, listen to the [Refund Created](https://dev.wix.com/docs/api-reference/business-management/payments/refunds/refund-created.md) and [Refund Updated](https://dev.wix.com/docs/api-reference/business-management/payments/refunds/refund-updated.md) webhooks.