adyen.com

A set of API endpoints that allow you to store payout details, confirm, or decline a payout. For more information, refer to Online payouts. Authentication To use the Payout API, you need to have [two API credentials](https://docs.adyen.com

🔑 apikey 6 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Make an instant card payout
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payout/v68/payout
Store payout details
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payout/v68/storeDetail
Endpoints (6 total)
POST
/payout
Make an instant card payout
POST
/storeDetail
Store payout details
POST
/submitThirdParty
Submit a payout
POST
/confirmThirdParty
Confirm a payout
POST
/declineThirdParty
Cancel a payout
POST
/storeDetailAndSubmitThirdParty
Store details and submit a payout
At a glance
Total SDKs5
Languages5
Endpoints6
Authapikey
Categories1
https://pal-test.adyen.com/pal/servlet/Payout/v68