AchRecurringChargeOptions

Create recurring charge for bank on file.

Properties

achRecurringChargeOptions.js
JS
JavaScript

const achRecurringChargeOptions = {

   intent: 'RECURRING_CHARGE',

   bankAccountId: 'bact:123456789',

   startDate: '2025-12-31',

   frequency: {

     days: 1,

   },

   offCadencePayments: [{

     amount: '2.00',

     currency: 'USD',

     date: '2025-12-24',

   }],

   amount: '5.00',

   currency: 'USD',

};