#
StoreCardVerificationDetails
#
(Beta) The verification details parameter, passed to the card.tokenize()
function, for cases in which the card is being stored on file.
Properties
storeCardVerificationDetails.js
JS
JavaScript
const verificationDetails = {
intent: 'STORE',
billingContact: {
givenName: 'John',
familyName: 'Doe',
email: '[email protected]',
phone: '3214563987',
addressLines: ['123 Main Street', 'Apartment 1'],
city: 'London',
state: 'LND',
countryCode: 'GB',
postalCode: 'WC2N 5DU',
},
customerInitiated: true,
sellerKeyedIn: false,
};