Authorize.Net for your agents.
Connect Authorize.Net once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Authorize.Net.
What agents can do with Authorize.Net
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
authorize-net_create_chargeCharge a credit card immediately. Sends amount, card data, and billing information. Returns the transaction response.
authorize-net_capture_authorizedCapture a previously authorized transaction by its transaction ID.
authorize-net_refund_transactionRefund a settled transaction by its transaction ID. Requires the original card number (last 4) and amount.
authorize-net_get_transaction_detailsGet detailed information about a specific transaction by ID.
authorize-net_list_transactionsList transactions for a date range with optional status filter.
authorize-net_authorize_onlyAuthorize a credit card without capturing. Holds the amount until capture_authorized or void_transaction is called.
authorize-net_void_transactionVoid an unsettled transaction by its transaction ID.
authorize-net_create_customer_profileCreate a customer profile and payment profile for future transactions. `email` is required; `card_number` and `card_expiry` are required for the payment profile.
authorize-net_get_customer_profileGet a customer profile by its ID with all payment profiles and shipping addresses.
authorize-net_list_settled_transactionsList settled transactions for a date range.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Authorize.Net Merchant Interface and go to Account > API Credentials & Keys.
- Copy the API Login ID and the Transaction Key.
- The first field is the API Login ID; the second is the Transaction Key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Authorize.Net to Even: call connect_begin("authorize-net") on the even-connect MCP and walk me through it.
Charge customer cards via Authorize.Net and refund transactions when necessary.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.