Payout Validation Request
typestringrequired
Product type. Must be set to PAYSAFECARD.
Possible values: [PAYSAFECARD]
Example:
PAYSAFECARDcapturebooleanrequired
Set to false to validate the payout without transferring funds.
Possible values: [false, true]
Example:
falseamountnumber<double>required
Payout amount, with up to 11 digits before and up to two digits after the decimal point.
Possible values: >= 0.01
Example:
10currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURcustomer objectrequired
anyOf
- MOD1
- MOD2
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:
RCxD1234commentstring
Reason for the payout request.
Possible values: <= 60 characters
Example:
Winnings Pay OutPayout Validation Request
{
"type": "PAYSAFECARD",
"capture": false,
"amount": 10,
"currency": "EUR",
"submerchant_id": "RCxD1234",
"comment": "Winnings Pay Out"
}