Logo
Adyen APIs API Documentation

Submit a payout

POST {{baseUrl}}/submitThirdParty

Submits a payout using the previously stored payment details. To store payment details, use the /storeDetail API call. 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/submitThirdParty' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":{"currency":"EUR","value":1000},"merchantAccount":"","recurring":{"contract":"PAYOUT"},"reference":"PayoutPayment-0001","shopperEmail":"shopper@email.com","shopperReference":"YOUR_UNIQUE_SHOPPER_ID","shopperName":{"firstName":"Adyen","lastName":"Test"},"dateOfBirth":"1990-01-01","entityType":"Company","nationality":"NL","selectedRecurringDetailReference":"LATEST"}'

ENDPOINTS