Payments root resource, returns links to available payments actions.
Card Payments (6)
Download OpenAPI description
Languages
Servers
testing (try)
https://try.access.worldpay.com/
live
https://access.worldpay.com/
- testing (try)
https://try.access.worldpay.com/payments/events/{linkData}
- live
https://access.worldpay.com/payments/events/{linkData}
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
No request payload
Response
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
- testing (try)
https://try.access.worldpay.com/payments/events
- live
https://access.worldpay.com/payments/events
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
No request payload
Response
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 } ] } }