To make a payout to a Skrill account, make a /storeDetailAndSubmitThirdParty call, including:
selectedBrand
: moneybookersemail
: the email address used for the Skrill (MoneyBookers) account of the recipientshopperName
dateOfBirth
For a list of supported countries/regions for payouts to Skrill accounts, refer to Online payouts.
{
"amount":{
"currency":"EUR",
"value":100
},
"selectedBrand":"moneybookers",
"additionalData":{
"tokenDataType":"MoneyBookers",
"email":"name@adyen.com"
},
"shopperName":{
"firstName":"Test",
"gender":"FEMALE",
"lastName":"Test2"
},
"dateOfBirth":"1982-07-17",
"entityType":"NaturalPerson",
"nationality":"NL",
"merchantAccount":"YOUR_MERCHANT_ACCOUNT",
"recurring":{
"contract":"PAYOUT"
},
"reference":"Test Payout",
"shopperEmail":"test@company.com",
"shopperReference":"YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j"
}
The response will contain a pspReference
and a response
.
{
"pspReference":"MLSPNCQ8HXSKGK82",
"resultCode":"[payout-submit-received]"
}