Logo
Adyen APIs API Documentation

Submit a payout to Skrill

POST {{baseUrl}}/storeDetailAndSubmitThirdParty

Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via /confirmThirdParty or /declineThirdParty calls.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payout/v68/storeDetailAndSubmitThirdParty' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":{"currency":"EUR","value":100},"selectedBrand":"moneybookers","additionalData":{"tokenDataType":"MoneyBookers","email":"name@adyen.com"},"shopperName":{"firstName":"Test","lastName":"Test2"},"dateOfBirth":"1982-07-17","entityType":"NaturalPerson","nationality":"NL","merchantAccount":"","recurring":{"contract":"PAYOUT"},"reference":"Test Payout","shopperEmail":"test@company.com","shopperReference":"YOUR_UNIQUE_SHOPPER_ID"}'

ENDPOINTS