We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3222ea2 commit f63129dCopy full SHA for f63129d
1 file changed
openapi/components/schemas/GatewayAccountConfig/Skrill.yaml
@@ -25,6 +25,11 @@ allOf:
25
currencyAccountIds:
26
type: string
27
description: Comma-separated list of currency account IDs.
28
+ merchantId:
29
+ type: string
30
+ description: |-
31
+ ID of the Skrill merchant account.
32
+ This value is required if `enableCustomerVerification` is set to `true`.
33
required:
34
- accountEmail
35
- secretWord
@@ -40,3 +45,8 @@ allOf:
40
45
type: boolean
41
46
description: Specifies whether to use SPX code for PIX payment method.
42
47
default: false
48
+ enableCustomerVerification:
49
+ type: boolean
50
+ description: Specifies whether to perform a Customer Verification Service check before the payout.
51
+ default: false
52
+ example: false
0 commit comments