We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2816a94 commit 4355ef0Copy full SHA for 4355ef0
openapi/components/schemas/GatewayAccountConfig/Worldpay.yaml
@@ -67,6 +67,17 @@ allOf:
67
type: boolean
68
description: Specifies whether to enable stored credentials.
69
default: false
70
+ enforceStoredCredentials:
71
+ type: string
72
+ description: |-
73
+ Specifies whether to enforce stored credentials.
74
+ `mit-enabled` means that stored credentials are sent only on merchant initiated transactions. This is the expected usage.
75
+ `always-enabled` means that stored credentials are also used, if available, for customer facing transactions.
76
+ enum:
77
+ - disabled
78
+ - mit-enabled
79
+ - always-enabled
80
+ default: disabled
81
merchantInitiatedReason:
82
type: string
83
description: Value to send with merchant-initiated transactions.
0 commit comments