Skip to main content

Payment-SequenceRecurring

Specific configurations for recurring payments. Will only be used when sequence.type is recurring.

expirystring

Date after which no further recurring payments will be performed. Must be formatted as YYYYMMDD.

Default value: *(The payment method or card expiration)*
Example: 20210630
frequencyint32

The minimum number of days between the different recurring payments.

Default value: 25
Example: 30
Payment-SequenceRecurring
{
"expiry": "20210630",
"frequency": 30
}