ThreeDSAuthenticationOutcome
Gives the result of the 3D Secure App Authentication
Request
Path parameters
string, 10 characters, required
The Paymentology issued terminal ID of the terminal requesting the transaction
string, 1-255 characters, required
The reference of the wallet the 3DS authentication is being actioned on
string, 1-20 characters, required
The card number, sequence number or tracking number of the specified card
string, required
The original transactionID that was supplied to the client in the 3DSecureAppAuthentication message
string, required
0 – fully authenticated
1 – authentication failed
2 – timeout with cardholder’s app
3 – general error
string
Message to be displayed to the cardholder
string, 1-255 characters, required
Will be the unique transaction ID provided by the ACS
date, required
Transaction date generated by the calling client
string, required
HMAC-SHA256 hashed signature of the concatenated method name with all argument values using the terminal password as private key
Response
STATUS200 OK
Schema
integer
Status code indicating transaction result
<?xml version=""1.0"" encoding=""UTF-8""?> <methodResponse> <params> <param> <value> <struct> <member> <name>resultCode</name> <value> <int>1</int> </value> </member> </struct> </value> </param> </params> </methodResponse>