Skip to main content

Payout Validation Request

typestringrequired

Product type. Must be set to PAYSAFECARD.

Possible values: [PAYSAFECARD]

Example: PAYSAFECARD
capturebooleanrequired

Set to false to validate the payout without transferring funds.

Possible values: [false, true]

Example: false
amountnumber<double>required

Payout amount, with up to 11 digits before and up to two digits after the decimal point.

Possible values: >= 0.01

Example: 10
currencystringrequired

Three-letter ISO 4217 currency code.

Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$

Example: EUR
customer objectrequired
anyOf
submerchant_idstring

Sub-merchant identifier, also known as the reporting criterion. Required for payment service providers.

Possible values: <= 8 characters, Value must match regular expression ^[A-Za-z0-9]+$

Example: RCxD1234
commentstring

Reason for the payout request.

Possible values: <= 60 characters

Example: Winnings Pay Out
Payout Validation Request
{
"type": "PAYSAFECARD",
"capture": false,
"amount": 10,
"currency": "EUR",
"submerchant_id": "RCxD1234",
"comment": "Winnings Pay Out"
}