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/
We have received the funds and are preparing to transfer them to your bank account. This event is only available in certain use cases. Please speak to your Implementation Manager for more details.
The event category, this can either be payout, payment or chargeback
https://merchant-defined-url.com/settled
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "settled", "date": "2017-11-03", "amount": { "value": 100, "currencyCode": "EUR" }, "_links": { "payment": { "href": "" } } } }
The settlement couldn't be processed and funds have not been transferred to your Worldpay account. This event is only available in certain use cases. Please speak to your Implementation Manager for more details
The event category, this can either be payout, payment or chargeback
https://merchant-defined-url.com/settlementFailed
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "settlementFailed", "date": "2017-11-03", "amount": { "value": 100, "currencyCode": "EUR" }, "_links": { "payment": { "href": "" } } } }
You have stopped the transaction before it has been sent for settlement.
The event category, this can either be payout, payment or chargeback
https://merchant-defined-url.com/cancelled
{ "eventId": "bb55ca5a-e05c-47e1-8e94-e88bac1a0a17", "eventTimestamp": "2018-06-13T14:18:13.407", "eventDetails": { "classification": "payment", "downstreamReference": "3378792436", "transactionReference": "Memory265-13/08/1876", "type": "cancelled", "date": "2017-11-03", "amount": { "value": 100, "currencyCode": "EUR" }, "_links": { "payment": { "href": "" } } } }