Weavz
Braintree

Braintree

Braintree GraphQL payments for transaction lookup, capture, voids, reversals, and refunds.

5 tools

Tools

Name
get_payment

Get a Braintree transaction or refund by GraphQL node ID.

capture_transaction

Capture a previously authorized Braintree transaction.

reverse_transaction

Reverse a Braintree transaction, voiding if unsettled or refunding if settled.

refund_transaction

Refund a settled or settling Braintree transaction.

void_transaction

Void a Braintree transaction before it settles.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('braintree', 'get_payment', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'braintree',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Braintree to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Braintree support?

Braintree supports 5 tools including Get Payment, Capture Transaction, Reverse Transaction, Refund Transaction, Void Transaction.

Can I use Braintree with AI agents?

Yes. Add Braintree to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Braintree be used in stateful agent workflows?

Yes. Agents can combine Braintree tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Braintree use?

Braintree uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Braintree integration cost?

The Braintree integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Braintree in minutes

Get 20,000 free action executions every month. No credit card required.