Validations
Retrieve Card Validation.
Retrieve a Card Validation by Id.
get/validations/{validation-id}
Response
Card Validation retrieved successfully
Example response
{
"validationId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantId": "0123456789101",
"orderId": "1q2w3e4r5t6t78",
"createdAt": "2019-07-30T06:43:40.252Z",
"modifiedAt": "2019-07-30T06:43:40.252Z",
"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"
},
"validationStatus": "SUCCEEDED",
"transactionDetails": {
"isoResponseCode": "00",
"responseCode": "001",
"authorizationCode": "11223344",
"message": "SUCCESS",
"ecommerceIndicator": "AUTHENTICATED_ECOMMERCE"
},
"verificationDetails": {
"addressVerificationServiceResultCode": "FULL_MATCH",
"cardSecurityCodeResultCode": "MATCH"
},
"credentialOnFileResponse": {
"originalAmount": {
"amount": 15000,
"currency": "CAD"
},
"issuerId": "A"
},
"customerId": "ci0105ARZ3NDEKTSV4RRFFQ69G5FAV",
"customerReference": "911677-212"
}