APIHub
Back to Explore

Adyen Payout API

A set of API endpoints that allow you to store payout details, confirm, or decline a payout.

Payment
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/confirmThirdParty

Confirm a payout

POST

/declineThirdParty

Cancel a payout

POST

/payout

Make an instant card payout

POST

/storeDetail

Store payout details

POST

/storeDetailAndSubmitThirdParty

Store details and submit a payout

POST

/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