AchVariableRecurringOptions

Create recurring charge with a variable amount for bank on file.

Properties

achVariableRecurringOptions.js
JS
JavaScript

const achRecurringVariableChargeOptions = {

  intent: 'RECURRING_CHARGE',

  bankAccountId: 'bact:123456789',

  startDate: '2025-12-31',

  frequency: {

    weekly: {

      occurrence: 1,

      daysOfWeek: ['MONDAY'],

    },

  },

  variableAmount: true,

}