required:
- capability
- mode
- type
type: object
properties:
type:
type: string
description: >-
Ask for an SCA exemption recommendation directly from Worldpay
(integrated) or use a 3rd party TRA solution.<br>__Note:__ Only type
`integrated` is supported for now.
enum:
- integrated
mode:
type: string
description: Specify which transactions to request SCA Exemptions for.
enum:
- always
capability:
type: string
description: >-
Indicates whether the exemption requested from Worldpay can return a
placement of authorization (payment) and/or authentication
(3DS).<br>__Note:__ Only exemptions in authorization are supported for
now.
enum:
- authorizationOnly
description: An object used to request or specify an SCA Exemption.