CardTokenOptions

Optional parameters provided to the Card payment tokenize method

Use CardTokenOptions to provide a billing contact when required by the seller.

Properties

cardTokenOptions.js
JS
JavaScript

const billingContact = {

  addressLines: ['555 Maple Street', '#222'],

  city: 'Seattle',

  countryCode: 'US',

  email: '[email protected]',

  familyName: 'Doe',

  givenName: 'john',

  phone: '2065551212',

  postalCode: '98539',

  state: 'WA',

}