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:
recurring
recurring 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:
20210630
frequencyint32
The minimum number of days between the different recurring payments.
Default value:
25
Example:
30
Payment-Sequence
{
"type": "recurring",
"recurring": {
"expiry": "20210630",
"frequency": 30
}
}