Adyen Balance Platform MCP connector
Adyen Balance Platform is Adyen's Configuration API for building payment platforms that onboard users as account holders and manage their balance accounts, cards, and business accounts. The Adyen Balance Platform MCP connector allows AI agents to create and update account holders, manage balance accounts for users, and configure sweeps to automate fund transfers. It also supports retrieving account holder details, listing all balance accounts associated with an account holder, and updating or deleting existing sweep configurations.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Adyen Balance Platform MCP connector to perform the following actions:
- Onboard users as account holders and create balance accounts in your platform
- Issue payment instruments and cards linked to balance accounts for end users
- Set up automatic sweep rules to move funds between balance accounts
- Create and enforce transaction rules to control spending by payment instrument
- Manage payment instrument groups and organize cards by business unit or user
- Retrieve account holder and balance account details for reconciliation and reporting
- Configure grant offers and track grant account balances for user incentives
Example prompts
Use the following example prompts to invoke Adyen Balance Platform MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new account holder in Adyen Balance Platform for our merchant partner.Show me all balance accounts belonging to this account holder in Adyen Balance Platform.Set up a sweep rule in Adyen Balance Platform to automatically transfer funds daily.List all payment instruments I created for this balance account in Adyen Balance Platform.Create a transaction rule in Adyen Balance Platform to block international purchases on this card.What grant offers are available for this user in Adyen Balance Platform?Update the contact information for this account holder in Adyen Balance Platform.Retrieve the payment card number for this payment instrument in Adyen Balance Platform.Get all transaction rules currently active on this payment instrument group in Adyen Balance Platform.Delete the sweep rule that transfers funds to our settlement account in Adyen Balance Platform.
Adyen Balance Platform MCP connector tools
The Adyen Balance Platform 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-accountHolders | Creates a new account holder within the balance platform. |
| get-accountHolders-id | Retrieves details for a specific account holder. |
| patch-accountHolders-id | Modifies the information of an existing account holder. |
| get-accountHolders-id-balanceAccounts | Lists all balance accounts associated with an account holder. |
| post-balanceAccounts | Creates a new balance account for managing funds. |
| get-balanceAccounts-balanceAccountId-sweeps | Lists all automatic transfer rules for a balance account. |
| post-balanceAccounts-balanceAccountId-sweeps | Creates an automatic fund transfer rule for a balance account. |
| delete-balanceAccounts-balanceAccountId-sweeps-sweepId | Removes an automatic fund transfer rule from a balance account. |
| get-balanceAccounts-balanceAccountId-sweeps-sweepId | Retrieves details of a specific automatic transfer rule. |
| patch-balanceAccounts-balanceAccountId-sweeps-sweepId | Modifies an existing automatic fund transfer rule. |
| get-balanceAccounts-id | Retrieves details for a specific balance account. |
| patch-balanceAccounts-id | Modifies the settings of an existing balance account. |
| get-balanceAccounts-id-paymentInstruments | Lists all payment instruments linked to a balance account. |
| get-balancePlatforms-id | Retrieves configuration details for a specific balance platform. |
| get-balancePlatforms-id-accountHolders | Lists all account holders registered under a balance platform. |
| get-grantAccounts-id | Retrieves details for a specific grant account. |
| get-grantOffers | Lists all available grant offers for account holders. |
| get-grantOffers-grantOfferId | Retrieves details of a specific grant offer. |
| post-paymentInstrumentGroups | Creates a new group for organizing payment instruments. |
| get-paymentInstrumentGroups-id | Retrieves details of a specific payment instrument group. |
| get-paymentInstrumentGroups-id-transactionRules | Lists all transaction rules for a payment instrument group. |
| post-paymentInstruments | Creates a new payment instrument like a card. |
| get-paymentInstruments-id | Retrieves details for a specific payment instrument. |
| patch-paymentInstruments-id | Modifies the settings of an existing payment instrument. |
| get-paymentInstruments-id-reveal | Displays the full card number of a payment instrument. |
| get-paymentInstruments-id-transactionRules | Lists all transaction restrictions for a payment instrument. |
| post-transactionRules | Creates a new rule to control spending or transactions. |
| delete-transactionRules-transactionRuleId | Removes an existing transaction control rule. |
| get-transactionRules-transactionRuleId | Retrieves details of a specific transaction rule. |
| patch-transactionRules-transactionRuleId | Modifies an existing transaction control rule. |
| post-validateBankAccountIdentification | Validate a bank account. |