Proxy a SOAP message to Verifone Commidea
POST/api/psp/verifonecommidea/XML4/commideagateway
SOAP proxy endpoint for Verifone Commidea ProcessMsg. Accepts raw SOAP XML, resolves card
token placeholders from the card capture session identified by the aiphoriaCardCaptureKey
header, forwards the request to the Commidea gateway, and returns the SOAP response.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
SOAP response returned successfully.
Invalid request — missing card capture key, empty body, or a gateway-rejected message.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
The card capture session could not be found.
An unexpected server error occurred.