Worldpay MCP Server
by simonwfarrow
- templates
- examples
{
"_links": {
"self": {
"href": "/paymentQueries/payments?startDate=2024-04-28T21:30:20Z&endDate=2024-04-30T21:30:20Z¤cy=GBP&pageSize=2"
},
"next": {
"href": "/paymentQueries/payments?startDate=2024-04-28T21:30:20Z&endDate=2024-04-30T16:23:55.677Z&paymentId=9ac6c4b0-0722-4c69-9ac5-4eb37939af48¤cy=GBP&pageSize=2"
}
},
"_embedded": {
"payments": [
{
"timestamp": "2024-04-30T16:47:38.531Z",
"transactionReference": "b00959d7-6bbf-49da-9d5e-a25fdd812447",
"transactionType": "cardOnFile",
"authorizationType": "authorization",
"entity": "default",
"paymentInstrument": {
"type": "card/plain+masked",
"card": {
"number": {
"last4Digits": "1000"
},
"brand": "visa",
"fundingType": "debit"
}
},
"value": {
"currency": "GBP",
"amount": 42
},
"_links": {
"self": {
"href": "/paymentQueries/payments/db6bb0dc-8930-4d65-a292-551a6bfab3c0"
}
}
},
{
"timestamp": "2024-04-30T16:23:55.677Z",
"transactionReference": "135ab8fe-cdad-4362-ae48-9649b60493b0",
"transactionType": "cardOnFile",
"authorizationType": "authorization",
"entity": "default",
"paymentInstrument": {
"type": "card/plain"
},
"value": {
"currency": "GBP",
"amount": 42
},
"_links": {
"self": {
"href": "/paymentQueries/payments/9ac6c4b0-0722-4c69-9ac5-4eb37939af48"
}
}
}
]
}
}