Skip to main content
Feedback

Qualpay MCP connector

Qualpay Payment Gateway is a payment processing platform that handles credit card transactions and tokenization. The Qualpay MCP connector allows AI agents to authorize and capture payments, issue credits and refunds, and manage cardholder tokens across Visa, Mastercard, and Discover networks. It also supports batch settlement operations, transaction receipt delivery, and forced approval processing for special cases.

Authentication type

  • Basic Auth - Requires a username and password to be configured for the agent to access the service.

Uses

Use the Qualpay MCP connector to perform the following actions:

  • Process credit card payments instantly with authorization and capture in a single transaction
  • Tokenize customer payment methods to enable secure recurring or one-click transactions
  • Refund or void transactions quickly when customers request cancellations or returns
  • Verify card validity and retrieve card type information before processing payments
  • Close daily batch settlements to reconcile all captured transactions and deposits
  • Issue credits directly to customer cardholder accounts for refunds and adjustments
  • Automate payment receipt emails to customers after successful transaction completion

Example prompts

Use the following example prompts to invoke Qualpay MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Process a payment of $150 for order #12345 using Qualpay.
  • Show me all transactions that failed in Qualpay today.
  • Refund the $89.99 charge from customer Jane Smith in Qualpay.
  • Tokenize this credit card in Qualpay so we can charge it monthly.
  • Verify if this Visa card is valid in Qualpay before proceeding.
  • Close out today's batch in Qualpay and prepare for settlement.
  • Send a payment receipt email to the customer in Qualpay.
  • Void the authorized transaction #98765 that hasn't been captured yet.
  • Recharge the same card from a previous transaction in Qualpay.
  • Check what card type this payment method is in Qualpay.

Qualpay MCP connector tools

The Qualpay MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
Get Card Type InformationGet Card type Information for Visa, Mastercard, and Discover
AuthorizationAuthorizes a transaction amount on a cardholder's account without capturing funds.
Batch CloseCloses the current batch of transactions for settlement processing.
CaptureCaptures a previously authorized transaction amount from the cardholder's account.
CreditIssues a credit refund directly to a cardholder's original payment method.
Send ReceiptSends a transaction receipt email to the cardholder.
ExpireExpires a stored payment token to prevent future use.
ForceManually approves a transaction that would otherwise require additional authorization.
RechargeProcesses a new transaction using details from a previously settled transaction.
RefundReturns funds to a cardholder for a previously captured transaction.
SaleAuthorizes and captures a transaction in a single operation.
TokenizeConverts card details into a secure reusable token for future transactions.
VerifyValidates card information and cardholder identity without charging the account.
VoidCancels a previously authorized transaction before settlement.
On this Page