Logo
Adyen APIs API Documentation

Cancel a payout

POST {{baseUrl}}/declineThirdParty

Cancels a previously submitted payout. To confirm and send a payout, use the /confirmThirdParty endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "pspReference" : "991617894325360J", "response" : "[payout-decline-received]" }



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

ENDPOINTS