# Events Receive status updates from Access Worldpay by setting up a webhook. Contact your Implementation Manager to add your webhook URL and enable or disable the events based on your requirement. The webhook destination (URL) must use an encrypted connection (https) and must also have a certificate signed by a trusted certificate authority. Version: 1 Metadata: - category: ["Webhooks"] - business: ["Enterprise"] - catalog-list: true - generated: false ## Servers Merchant Webhook Path ``` https://merchant-defined-url.com ``` ## Download OpenAPI description [Events](https://developer.worldpay.com/_bundle/products/events/@v1/openapi.yaml) ## Payment Receive payment events/webhooks to a URL defined by you. ### sentForAuthorization - [POST sentForAuthorization](https://developer.worldpay.com/products/events/openapi/payment/sentforauthorizationpayment.md) ### authorized - [POST authorized](https://developer.worldpay.com/products/events/openapi/payment/authorizedpayment.md) ### sentForSettlement - [POST sentForSettlement](https://developer.worldpay.com/products/events/openapi/payment/sentforsettlementpayment.md) ### settled - [POST settled](https://developer.worldpay.com/products/events/openapi/payment/settledpayment.md) ### settlementFailed - [POST settlementFailed](https://developer.worldpay.com/products/events/openapi/payment/settlementfailedpayment.md) ### cancelled - [POST cancelled](https://developer.worldpay.com/products/events/openapi/payment/cancelledpayment.md) ### error - [POST error](https://developer.worldpay.com/products/events/openapi/payment/errorpayment.md) ### expired - [POST expired](https://developer.worldpay.com/products/events/openapi/payment/expiredpayment.md) ### refused - [POST refused](https://developer.worldpay.com/products/events/openapi/payment/refusedpayment.md) ### sentForRefund - [POST sentForRefund](https://developer.worldpay.com/products/events/openapi/payment/sentforrefundpayment.md) ### refunded - [POST refunded](https://developer.worldpay.com/products/events/openapi/payment/refundedpayment.md) ### refundFailed - [POST refundFailed](https://developer.worldpay.com/products/events/openapi/payment/refundfailedpayment.md) ### tokenCreated - [POST tokenCreated](https://developer.worldpay.com/products/events/openapi/payment/tokencreated.md) ### settlementInstructed - [POST settlementInstructed](https://developer.worldpay.com/products/events/openapi/payment/settlementinstructedpayment.md) ### settlementRejected - [POST settlementRejected](https://developer.worldpay.com/products/events/openapi/payment/settlementrejectedpayment.md) ### topUpAccepted - [POST topUpAccepted](https://developer.worldpay.com/products/events/openapi/payment/topupacceptedpayment.md) ### topUpRejected - [POST topUpRejected](https://developer.worldpay.com/products/events/openapi/payment/topuprejectedpayment.md) ### chargedBack - [POST chargedBack](https://developer.worldpay.com/products/events/openapi/payment/chargedbackpayment.md) ### cancelledByCustomer - [POST cancelledByCustomer](https://developer.worldpay.com/products/events/openapi/payment/cancelledbycustomerpayment.md) ### requestExpired - [POST requestExpired](https://developer.worldpay.com/products/events/openapi/payment/requestexpiredpayment.md) ## Payout Receive **card payout** events/webhooks to a URL defined by you.

For **account payouts** events please see our [Account Payouts event webhook guide](/products/account-payouts/account-events/). ### disbursed - [POST disbursed](https://developer.worldpay.com/products/events/openapi/payout/disbursedpayout.md) ### pending - [POST pending](https://developer.worldpay.com/products/events/openapi/payout/pendingpayout.md) ### refused - [POST refusedPayout](https://developer.worldpay.com/products/events/openapi/payout/refusedpayout.md) ### requested - [POST requestedPayout](https://developer.worldpay.com/products/events/openapi/payout/requestedpayout.md) ### approved - [POST approvedPayout](https://developer.worldpay.com/products/events/openapi/payout/approvedpayout.md) ## Chargeback Receive chargeback events/webhooks to a URL defined by you. ### informationRequested - [POST informationRequested](https://developer.worldpay.com/products/events/openapi/chargeback/informationrequestedchargeback.md)