3D Secure
Retrieve Authentication
Retrieve an authentication by its authentication Id
get/three-d-secure/authentications/{authentication-id}
Response
The authentication corresponding to the provided authentication-id
Example response
{
"threeDSecureAuthenticationId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV",
"cardLookupId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantId": "0123456789101",
"orderId": "1q2w3e4r5t6t78",
"threeDSecureMessageType": "CHALLENGE_RESPONSE_MESSAGE",
"threeDSecureTransactionStatusReason": "01 - Card authentication failed",
"ecommerceIndicator": "AUTHENTICATED_ECOMMERCE",
"threeDSecureChallengeUrl": "https://developer.moneris.com/",
"threeDSecureAuthenticationValue": "00000109260000719349",
"threeDSecureServerTransactionId": "ad9b0eda-bf9b-4288-b188-9467993603e1",
"threeDSecureDirectoryServerTransactionId": "ad9b0eda-bf9b-4288-b188-9467993603e1",
"threeDSecureAccessControlServerTransactionId": "ad9b0eda-bf9b-4288-b188-9467993603e1",
"paymentMethod": {
"paymentMethodId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantId": "0123456789101",
"cardholderInformation": {
"cardholderName": "John Doe",
"companyName": "SP Ltd"
},
"contactDetails": {
"phoneNumber": "+18663197450",
"email": "moneris@moneris.com"
},
"billingAddress": {
"unitNumber": "123A",
"streetNumber": "3300",
"streetName": "Bloor Street West",
"city": "Toronto",
"province": "ON",
"postalCode": "M8X 2X2",
"country": "CA"
},
"paymentMethodInformation": {
"paymentMethodSource": "TEMPORARY_TOKEN",
"cardInformation": {
"bankIdentificationNumber": "123456",
"lastFour": "1234",
"expiryMonth": 1,
"expiryYear": 2023,
"cardBrand": "MASTERCARD",
"cardType": "CREDIT",
"cardFingerprint": "1Q2W3E4r5t6rfwewerwewrrw",
"issuer": "RBC"
},
"paymentAccountReference": "11112222333344445555666677778"
},
"createdAt": "2019-07-30T06:43:40.252Z",
"modifiedAt": "2019-07-30T06:43:40.252Z"
},
"threeDSecureCardholderInformation": "Additional authentication is needed for this transaction, please contact (Issuer Name) at xxx-xxx-xxxx.",
"threeDSecureVersion": "2.2",
"threeDSecureAuthenticationType": "DYNAMIC",
"threeDSecureAuthenticationTimestamp": "2019-07-30T06:43:40.252Z"
}