Specifies the frequency of a fortnightly payment transaction.
Specifies a day of the week.
{ "dayOfWeek": "MONDAY", "schema": "FortnightlyFrequency", "week": "FIRST_WEEK" }
The Electrum EPC API for calling Electrum is an asynchronous API that allows Corporate Clients to participate in various nationally regulated payment schemes This document describes the operations exposed by Electrum for partners to consume in order to initiate outbound or respond to inbound payments.
https://example.com/path/payments/api/v1/
Specifies the frequency of a monthly payment transaction by a special rule, e.g. "the last monday of the month".
Specifies the day of the month on which the payment transaction is to be processed.
LAST_MONDAY: Last Monday of the month.LAST_TUESDAY: Last Tuesday of the month.LAST_WEDNESDAY: Last Wednesday of the month.LAST_THURSDAY: Last Thursday of the month.LAST_FRIDAY: Last Friday of the month.LAST_SATURDAY: Last Saturday of the month.FIRST_MONDAY: First Monday of the month.FIRST_TUESDAY: First Tuesday of the month.FIRST_WEDNESDAY: First Wednesday of the month.FIRST_THURSDAY: First Thursday of the month.FIRST_FRIDAY: First Friday of the month.FIRST_SATURDAY: First Saturday of the month.SECOND_LAST_DAY: Second last day of the month.LAST_DAY: Last day of the month.{ "rule": "LAST_MONDAY", "schema": "MonthlyRuleFrequency" }