#
ChargeCardVerificationDetails
#
(Beta) The verification details parameter, passed to the card.tokenize()
function, for cases in which the buyer is being charged.
Properties
chargeCardVerificationDetails.js
JS
JavaScript
const verificationDetails = {
amount: '1.00',
currencyCode: 'GBP',
intent: 'CHARGE',
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,
};