| [ Web Proxy ] |
| Viewing: https://developer.squareup.com/reference/sdks/web/payments/objects/AchRecurringChargeOptions | [Back] [Original] |
Objects
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',
};| Web Proxy Viewer | New URL | Original Page |