Payment-Sequence
This field needs to be sent in order to mark the beginning of a sequence of payments
(recurring/subscriptions, installments, and so). Specific configurations can be set
in the inside properties (recurring).
typestringrequired
Possible values: [recurring]
Example:
recurringrecurring object
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:
20210630frequencyinteger<int32>
The minimum number of days between the different recurring payments.
Default value:
25Example:
30Payment-Sequence
{
"type": "recurring",
"recurring": {
"expiry": "20210630",
"frequency": 30
}
}