Payments root resource, returns links to available payments actions.
Card Payments (6)
Download OpenAPI description
Languages
Servers
Test (Try)
https://try.access.worldpay.com/
Live
https://access.worldpay.com/
- Test (Try)https://try.access.worldpay.com/payments/events/{linkData}
 - Livehttps://access.worldpay.com/payments/events/{linkData}
 
- Payload
 - curl
 - Python
 - Java
 - Node.js
 - Go
 - PHP
 - Ruby
 - C#
 
No request payloadResponse
application/vnd.worldpay.payments-v6.hal+json
Querying a payment event with a transaction reference REF123
{ "lastEvent": "Authorized", "_links": { "payments:cancel": "/payments/authorizations/cancellations/:linkData", "payments:settle": "/payments/settlements/full/:linkData", "payments:partialSettle": "/payments/settlements/partials/:linkData", "curies": [ { "name": "payments", "href": "/rels/payments/{rel}", "templated": true } ] } }
Request
Send a request to find out the current status of your payment after it has been authorized using the events action link. This action is only to be used for recovery purposes. Use this action if your authorization requests timed out. The response determines if your authorization request was successful and your next available actions are returned.
Security
BasicAuth
- Test (Try)https://try.access.worldpay.com/payments/events
 - Livehttps://access.worldpay.com/payments/events
 
- Payload
 - curl
 - Python
 - Java
 - Node.js
 - Go
 - PHP
 - Ruby
 - C#
 
No request payloadResponse
application/vnd.worldpay.payments-v6.hal+json
Querying a payment event with a transaction reference REF123
{ "lastEvent": "Authorized", "_links": { "payments:cancel": "/payments/authorizations/cancellations/:linkData", "payments:settle": "/payments/settlements/full/:linkData", "payments:partialSettle": "/payments/settlements/partials/:linkData", "curies": [ { "name": "payments", "href": "/rels/payments/{rel}", "templated": true } ] } }