Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Adyen Payout API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/adyen-com-payoutservice

Environment Variables

ADYEN_PAYOUT_API_API_KEY

Example: your_adyen_payout_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "adyen-com-payoutservice": {
      "command": "npx",
      "args": ["-y","@mcp/adyen-com-payoutservice"],
      "env": {
      "ADYEN_PAYOUT_API_API_KEY": "your_adyen_payout_api_api_key"
}
    }
  }
}

Endpoints

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