Adyen Payout API
A set of API endpoints that allow you to store payout details, confirm, or decline a payout.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/confirmThirdParty
Confirm a payout
/declineThirdParty
Cancel a payout
/payout
Make an instant card payout
/storeDetail
Store payout details
/storeDetailAndSubmitThirdParty
Store details and submit a payout
/submitThirdParty
Submit a payout
6 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-API-Key" header. No OAuth required.
curl -X POST \ "https://pal-test.adyen.com/pal/servlet/Payout/v68/confirmThirdParty" \ -H "X-API-Key: YOUR_API_KEY"
pal-test.adyen.com · HTTPS only