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.
https://merchant-defined-url.com/
The payment wasn't completed. Your customer may want to reattempt the payment.
The event category, this can either be payout, payment or chargeback
https://merchant-defined-url.com/error
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "error", "date": "2017-11-03", "_links": { "payment": { "href": "" } } } }
The authorization period ended before a settlement or cancel request was made.
The event category, this can either be payout, payment or chargeback
https://merchant-defined-url.com/expired
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "expired", "date": "2017-11-03", "amount": { "value": 100, "currencyCode": "EUR" }, "_links": { "payment": { "href": "" } } } }
Your payment request has been declined by a third party.
The event category, this can either be payout, payment or chargeback
Visa Transaction ID for single-message OCTs to be used for reconciliation and reporting. Can be returned in the sentForRefund
or refused
Payment Events
https://merchant-defined-url.com/refused
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "refused", "date": "2017-11-03", "octReference": "12345", "_links": { "payment": { "href": "" } } } }