Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 2.83 KB

CardVerification.md

File metadata and controls

13 lines (9 loc) · 2.83 KB

CardVerification

The results of submitting cardholder data to a card network for verification.

Fields

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"
}