AchChargeOptions

Create charge for bank account on file.

Properties

achChargeOptions.js
JS
JavaScript

const achChargeOptions = {

  intent: 'CHARGE',

  bankAccountId: 'bact:123456789',

  amount: '5.00',

  currency: 'USD',

};