| [ Web Proxy ] |
| Viewing: https://developer.squareup.com/reference/sdks/web/payments/objects/AchVariableRecurringOptions | [Back] [Original] |
Objects
const achRecurringVariableChargeOptions = {
intent: 'RECURRING_CHARGE',
bankAccountId: 'bact:123456789',
startDate: '2025-12-31',
frequency: {
weekly: {
occurrence: 1,
daysOfWeek: ['MONDAY'],
},
},
variableAmount: true,
}| Web Proxy Viewer | New URL | Original Page |