Submit a payment to Worldpay
POST/api/psp/WorldPayWorldwidePaymentsGateway/direct
Receives a Worldpay XML payment request, retrieves encrypted card data from the card capture session
identified by the aiphoriaCardCaptureKey header, injects the decrypted card details into the
request, forwards it to the Worldpay gateway, and returns the XML response.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Payment processed — response body contains Worldpay's XML reply (success or decline).
Invalid request — missing payload, malformed XML, missing card capture key, or null gateway response.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.