Skip to content

Commit 4355ef0

Browse files
authored
Add enforceStoredCredentials setting for Worldpay (#1741)
* Add setting enforceStoredCredentials for Worldpay * Update openapi/components/schemas/GatewayAccountConfig/Worldpay.yaml * fix desc
1 parent 2816a94 commit 4355ef0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openapi/components/schemas/GatewayAccountConfig/Worldpay.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ allOf:
6767
type: boolean
6868
description: Specifies whether to enable stored credentials.
6969
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
7081
merchantInitiatedReason:
7182
type: string
7283
description: Value to send with merchant-initiated transactions.

0 commit comments

Comments
 (0)