RegularTriggeredScheduleInput
A payment schedule which triggers a payment at regular intervals.
Input fields
The based unit of frequency at which payments are to be taken.
The multiple of the frequency at which payment are taken; should be between 1 and 11.
The day of the month/week at which to take payment; allowed values: -28 to 28 (excl. 0) for 'MONTHLY', -7 to 7 (excl. 0) for 'WEEKLY'. Negative values count backwards from the end of the month/week.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"frequency": "WEEKLY",
"frequencyMultiplier": 55,
"paymentDay": 94
}