# Payment-SequenceRecurring

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

**expiry**string

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

**Default value:<!-- -->&#x20;**`*(The payment method or card expiration)*`

**Example:<!-- -->&#x20;**`20210630`

**frequency**int32

The minimum number of **days** between the different recurring payments.

**Default value:<!-- -->&#x20;**`25`

**Example:<!-- -->&#x20;**`30`

Payment-SequenceRecurring

```
{

  "expiry": "20210630",

  "frequency": 30

}
```
