Worldpay¶
Worldpay is a payment processing platform supporting card and digital wallet transactions for online and in-store payments.
The Worldpay application allows you to retrieve the status of Worldpay services and check their availability. Status information can be visualized from the Worldpay Status website.
Options
- Name*: Just a simple label to find it easier in the SenHub's interface.
- Description: Description for your own usage only.
- Group: optional — assign this instance to a group to organise it within SenHub.
- Resource Types*: The type of Worldpay resource you want to retrieve. The options are:
- Service Health — Status of each Worldpay service component published on the Worldpay Status website.
Example output
The connector scrapes the Worldpay status page and returns one channel per service component, where the value is the component's current status text:
{
"metrics": [
{ "channel": "Online Payments", "value": "Operational" },
{ "channel": "Payments API", "value": "Operational" },
{ "channel": "Merchant Portal", "value": "Partial Outage" },
{ "channel": "Reporting", "value": "Degraded Performance" },
{ "channel": "Payouts", "value": "Under Maintenance" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}