Skip to content

Setting Card Fields

Tom Kay edited this page Jan 28, 2020 · 3 revisions

Set Name On Card

ChargeHive.setNameOnCard(e.target.value);

Set Billing Address

ChargeHive.setBillingAddress(
  {
    address1: 'address1',
    city: 'city',
    county: 'state',
    country: 'GB',
    postal: 'zip'
  }
);
Clone this wiki locally