Adyen Stored Value MCP connector
Adyen Stored Value is Adyen's API for managing prepaid and gift card payment products. The Adyen Stored Value MCP connector allows AI agents to issue new cards, check balances, load funds onto payment methods, and change payment method status. It also supports merging balances between cards and voiding transactions to reverse prior operations.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Adyen Stored Value MCP connector to perform the following actions:
- Issue new stored value cards for customer loyalty and prepaid programs
- Check real-time card balances to provide instant account visibility to customers
- Load funds onto payment methods to activate or replenish customer accounts
- Merge balances from multiple cards into a single consolidated account
- Suspend or reactivate payment methods to manage customer access and compliance
- Void failed or disputed transactions to correct account records and refund customers
- Automate stored value workflows across sales, customer service, and finance teams
Example prompts
Use the following example prompts to invoke Adyen Stored Value MCP connector tools from your AI assistant or Boomi Connect workflow:
Issue a new stored value card for customer 12345 in Adyen Stored Value.What is the current balance on card ending in 4829 in Adyen Stored Value?Load $500 onto the payment method for account XYZ in Adyen Stored Value.Merge the balance from card A into card B in Adyen Stored Value.Suspend the payment method for customer 98765 in Adyen Stored Value.Void transaction TXN-2024-001 and refund the customer in Adyen Stored Value.Show me all active stored value cards issued this month in Adyen Stored Value.Reactivate the payment method that was suspended for customer 54321 in Adyen Stored Value.Check if customer 11111 has sufficient balance on their card in Adyen Stored Value.Create a new stored value account and issue a card for our holiday promotion in Adyen Stored Value.
Adyen Stored Value MCP connector tools
The Adyen Stored Value MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| post-changeStatus | Changes the operational status of a stored payment method. |
| post-checkBalance | Retrieves the current balance amount on a stored payment method. |
| post-issue | Creates a new stored value card or payment method. |
| post-load | Adds funds to an existing stored payment method. |
| post-mergeBalance | Combines the balance from one stored payment method into another. |
| post-voidTransaction | Cancels a previously completed transaction on a stored payment method. |