AddressElement

Collect billing address for card payments and invoicing.

Usage

javascript
const address = elements.create('address', {
  mode: 'billing',
  allowedCountries: ['ZW'],
});
address.mount('#address-element');