The results of submitting cardholder data to a card network for verification.
Field | Type | Required | Description | Example |
---|---|---|---|---|
cvv |
Components\CardVerificationResult | ✔️ | N/A | match |
addressLine1 |
Components\CardVerificationResult | ✔️ | N/A | match |
postalCode |
Components\CardVerificationResult | ✔️ | N/A | match |
accountName |
?Components\AccountNameVerification | ➖ | The results of submitting cardholder name to a card network for verification. | { "firstName": "match", "lastName": "match", "middleName": "match", "fullName": "match" } |