Logo
Adyen APIs API Documentation

Confirm a payout

POST {{baseUrl}}/confirmThirdParty

Confirms a previously submitted payout. To cancel a payout, use the /declineThirdParty endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "pspReference" : "991617894325358C", "response" : "[payout-confirm-received]" }



Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payout/v68/confirmThirdParty' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"","originalReference":"9913140798220028"}'

ENDPOINTS