Skip to content

Commit f63129d

Browse files
Update API definitions
1 parent 3222ea2 commit f63129d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • openapi/components/schemas/GatewayAccountConfig

openapi/components/schemas/GatewayAccountConfig/Skrill.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ allOf:
2525
currencyAccountIds:
2626
type: string
2727
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`.
2833
required:
2934
- accountEmail
3035
- secretWord
@@ -40,3 +45,8 @@ allOf:
4045
type: boolean
4146
description: Specifies whether to use SPX code for PIX payment method.
4247
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

Comments
 (0)