Skip to main content
Feedback

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.

ToolDescription
post-accountHoldersCreates a new account holder within the balance platform.
get-accountHolders-idRetrieves details for a specific account holder.
patch-accountHolders-idModifies the information of an existing account holder.
get-accountHolders-id-balanceAccountsLists all balance accounts associated with an account holder.
post-balanceAccountsCreates a new balance account for managing funds.
get-balanceAccounts-balanceAccountId-sweepsLists all automatic transfer rules for a balance account.
post-balanceAccounts-balanceAccountId-sweepsCreates an automatic fund transfer rule for a balance account.
delete-balanceAccounts-balanceAccountId-sweeps-sweepIdRemoves an automatic fund transfer rule from a balance account.
get-balanceAccounts-balanceAccountId-sweeps-sweepIdRetrieves details of a specific automatic transfer rule.
patch-balanceAccounts-balanceAccountId-sweeps-sweepIdModifies an existing automatic fund transfer rule.
get-balanceAccounts-idRetrieves details for a specific balance account.
patch-balanceAccounts-idModifies the settings of an existing balance account.
get-balanceAccounts-id-paymentInstrumentsLists all payment instruments linked to a balance account.
get-balancePlatforms-idRetrieves configuration details for a specific balance platform.
get-balancePlatforms-id-accountHoldersLists all account holders registered under a balance platform.
get-grantAccounts-idRetrieves details for a specific grant account.
get-grantOffersLists all available grant offers for account holders.
get-grantOffers-grantOfferIdRetrieves details of a specific grant offer.
post-paymentInstrumentGroupsCreates a new group for organizing payment instruments.
get-paymentInstrumentGroups-idRetrieves details of a specific payment instrument group.
get-paymentInstrumentGroups-id-transactionRulesLists all transaction rules for a payment instrument group.
post-paymentInstrumentsCreates a new payment instrument like a card.
get-paymentInstruments-idRetrieves details for a specific payment instrument.
patch-paymentInstruments-idModifies the settings of an existing payment instrument.
get-paymentInstruments-id-revealDisplays the full card number of a payment instrument.
get-paymentInstruments-id-transactionRulesLists all transaction restrictions for a payment instrument.
post-transactionRulesCreates a new rule to control spending or transactions.
delete-transactionRules-transactionRuleIdRemoves an existing transaction control rule.
get-transactionRules-transactionRuleIdRetrieves details of a specific transaction rule.
patch-transactionRules-transactionRuleIdModifies an existing transaction control rule.
post-validateBankAccountIdentificationValidate a bank account.
On this Page