type: object
properties:
cvcNotMatched:
type: string
description: >-
By default a payment will be `sentForCancellation` if the CVC is
`notMatched`, set `disabled` to continue with `sentForSettlement`.
enum:
- enabled
- disabled
avsNotMatched:
type: string
description: >-
By default a payment will be `sentForCancellation` if the `address` or
`postcode` AVS is `notMatched`, set `disabled` to continue with
`sentForSettlement`.
enum:
- enabled
- disabled
description: Configuration for when a payment is `sentForCancellation` automatically.