Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • transactionRecurrenceType. This will default to ONETIME if not present. For recurring payments, this field needs to be present and filled with FIRST. This will then be the first in a series of recurring payments, also serving as the mandate for future payments. Scheduling and execution of subsequent recurrences are handled by Globadyme according to parameters set in the next field.

  • recurrences. This is a list which upon initialization can contain only one elementrecurrence. Its sub elements are (all mandatory):

    • recurrenceStatus (must be ACTIVE)

    • startDate: the date at which the first recurrence is to take place. This is NOT the date where the initial transaction will take place, but when the first recurrence will take place.

    • recurrenceAmount: The amount to be paid on each recurrence. This amount does not have to be the same as the initial transaction amount.

    • recurrenceFrequency: The frequency at which recurrences should be executed. The frequency will come into play after the startDate. For example, when the startDate is 2023-08-01 and the recurrenceFrequence==MONTHLY, the first recurrence will be executed on 2023-08-01, the second on 2023-09-01, etc. Possible values:

      • DAILY

      • WEEKLY

      • MONTHLY

      • QUARTERLY

      • YEARLY

...