achChargeOptions.js
JS
JavaScript
const achChargeOptions = {
intent: 'CHARGE',
bankAccountId: 'bact:123456789',
amount: '5.00',
currency: 'USD',
};
const achChargeOptions = {
intent: 'CHARGE',
bankAccountId: 'bact:123456789',
amount: '5.00',
currency: 'USD',
};