Skip to main content The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench Explore Tool Discovery
Connectors Braintree
Live 53 Actions

Braintree Integration for AI Agents

Connect your AI agent to 53 Braintree actions via MCP, A2A, or SDK, with agent authentication, tool-calling execution, and security built-in.

StackOne
DrataGPLocalyzeFlipMindtoolsScreenloop

Braintree AI Agent Actions

53 production-ready actions for your agent to do more on Braintree.

53 Actions
Create Customer - Create a new customer in the Braintree Vault
Find Customer - Retrieve a specific customer by ID from the Braintree Vault
Update Customer - Update an existing customer in the Braintree Vault
Delete Customer - Delete a customer from the Braintree Vault. Also deletes all their payment methods and cancels all their subscriptions
Search Customers - Search for customers by name, email, phone, or other criteria. Use find_customer instead if you already have the customer ID
Create Address - Create a new address for a customer in the Braintree Vault
Find Address - Retrieve a specific address by customer_id and address_id from the Braintree Vault
Update Address - Update an existing address by customer_id and address_id in the Braintree Vault
Delete Address - Delete an address by customer_id and address_id from the Braintree Vault
Create Transaction (Sale) - Create a new sale transaction. Requires amount and at least one payment source -- payment_method_nonce, payment_method_token, or customer_id
Find Transaction - Retrieve a specific transaction by its ID
Search Transactions - Search for transactions (payments) using advanced criteria. Use search_disputes instead to search for chargebacks/disputes
Refund Transaction - Refund a transaction that has already settled or is settling. Use void_transaction instead for unsettled transactions
Void Transaction - Void a transaction before it settles (status must be authorized or submitted_for_settlement). Use refund_transaction instead for settled transactions
Submit Transaction For Settlement - Submit an authorized transaction for settlement
Submit Transaction For Partial Settlement - Submit a partial settlement against a parent authorization
Update Transaction Details - Update the details of a submitted-for-settlement transaction
Create Subscription - Enroll a customer in a recurring billing subscription. Requires plan_id (from list_plans) and a payment source (payment_method_token or payment_method_nonce)
Find Subscription - Retrieve a specific subscription by its ID.
Update Subscription - Update an existing subscription by its ID. Plan changes must match the current billing cycle frequency
Cancel Subscription - Cancel an existing subscription by its ID.
Search Subscriptions - Search for subscriptions using advanced search criteria.
Retry Subscription Charge - Retry a charge on a subscription that is in Past Due status
List Plans - Retrieve all plans from the Braintree Vault.
Create Plan - Create a new subscription plan template (defines billing rules). Use create_subscription to enroll a customer in a plan
Find Plan - Retrieve a specific plan by its ID.
Update Plan - Update an existing plan by its ID.
Find Dispute - Retrieve a specific dispute by its ID.
Search Disputes - Search for disputes (chargebacks/retrievals) using advanced criteria. Use search_transactions instead to search payment transactions
Accept Dispute - Accept a dispute (concede the chargeback). Only OPEN disputes can be accepted.
Finalize Dispute - Finalize a dispute (submit evidence to issuing bank). Only OPEN disputes can be finalized.
Add Dispute File Evidence - Add a previously uploaded file as evidence to a dispute (requires document_upload_id from create_document_upload)
Add Dispute Text Evidence - Add text content (refund ID, tracking number, etc.) as evidence to a dispute
Remove Dispute Evidence - Remove a specific piece of evidence from a dispute by dispute_id and evidence_id
Create Payment Method - Create any payment method type (credit card, PayPal, bank account) in the Vault for an existing customer
Find Payment Method - Retrieve any payment method type by its token (works for credit cards, PayPal, bank accounts)
Update Payment Method - Update any payment method type in the Vault by its token (works for credit cards, PayPal, bank accounts)
Delete Payment Method - Delete any payment method type from the Vault by its token (works for credit cards, PayPal, bank accounts)
Create Credit Card - Create a credit card specifically (not PayPal or other types) in the Vault for an existing customer
Find Credit Card - Retrieve a credit card specifically by its token (use find_payment_method for any payment type)
Update Credit Card - Update an existing credit card specifically by its token (use update_payment_method for any payment type)
Delete Credit Card - Delete a credit card specifically from the Vault by its token (use delete_payment_method for any payment type)
Create Payment Method Nonce - Create a one-time-use nonce from a vaulted payment method token (get token from find_customer or find_payment_method)
Find Payment Method Nonce - Inspect a payment method nonce without consuming it (get nonce from create_payment_method_nonce or client-side SDK)
Create Verification - Verify a credit card without creating a transaction. Pass either payment_method_nonce or credit_card details inside the verification wrapper
Search Verifications - Search for credit card verifications using advanced criteria. The created_at date filter uses MM/DD/YY HH:MM format, not ISO 8601
List Merchant Accounts - Retrieve all merchant accounts
Find Merchant Account - Retrieve a specific merchant account by ID. Use list_merchant_accounts first to get available IDs
Generate Client Token - Generate a client token for client-side SDK authorization. Pass options only when customer_id is also provided
List Add-Ons - Retrieve all add-ons configured in the Braintree gateway
List Discounts - Retrieve all discounts configured in the Braintree gateway
Create Document Upload - Upload a document file (png/jpg/pdf, max 4MB) to get a document_upload_id for use with add_dispute_file_evidence
Find All Transaction Line Items - Retrieve all line items for a specific transaction

Do More, Build Less

Integration Infrastructure for Braintree AI Agents

Multiple Interfaces

Access integrations via API, AI SDKs, MCP & A2A.

Braintree MCP server
Managed Authentication

Pre-built authentication UI.

Agent auth
Falcon Engine

Every Braintree action runs on Falcon.

Agent Execution Engine
StackOne Defender
StackOne Defender Meta PG v1 Meta PG v2 DeBERTa 88.7% 67.5% 63.1% 56.9% Detection accuracy

88.7% prompt injection detection.

Prompt injection defense

"What impressed us most about StackOne is its ambition and clarity. They're creating infrastructure that modern software and the entire AI agent ecosystem can rely on. The depth of secure integrations, the pace of delivery, and the team's foresight into AI's future uniquely position StackOne to redefine this category."

Luna Schmid, Partner at GV

"We've been impressed by how quickly and deeply StackOne integrates with complex enterprise systems -- and now, with their focus on agent-to-agent interoperability, they're unlocking even more powerful use cases for customers. StackOne delivers all of the above in a universal layer -- without compromise."

Barbry McGann, SVP at Workday Ventures

G2 - High Performer G2 - Easiest To Do Business With G2 - Users Love Us G2 - Users Most Likely To Recommend G2 - Easiest Admin

Product Teams Love Building Agent Integrations With StackOne

G2

More Commerce Integrations Like Braintree

Klaviyo

172+ actions

Stripe

133+ actions

Magento

128+ actions

Square

125+ actions

BigCommerce

120+ actions

Shopify

85+ actions

Eventbrite

83+ actions

Braintree AI agent integration resources

Agentic Context Engineering: Why AI Agents Kill Their Own Context Windows

AI agents exceed their context windows without knowing it. Six failure patterns and seven survival architectures for agentic context engineering.

15 min

MCP Code Mode: Keeping Tool Responses Out of Agent Context

Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.

11 min

Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery

Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.

10 min

Put your AI agents to work

All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.