Recurring Scheduler
Recurring Scheduler
Recurring payments can either be triggered by your system every time a payment is due using our APIs or you can make use of our scheduler that allows you to define the frequency and period (e.g. every three days, every second week, every month, once a year, etc.)
To use this feature, the following additional parameters will have to be submitted in the initial transaction request form:
Field Name | Available Values | Description |
---|---|---|
recurringInstallmentCount | numeric; min 2 max 999 | Represents the number of installments to be made including the initial transaction submitted |
recurringInstallmentPeriod | • day • week • month • year | Represents the periodicity of the recurring payment |
recurringInstallmentFrequency | numeric: min 1 max 99 | Represents the time period between installments |
Please note, that the start date of the recurring payments is the current date automatically calculated by the system.
Updated about 2 months ago