Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Vault Payment Method

Stores a payment method in the Braintree vault for future use. Takes a single-use payment method ID (nonce) and converts it to a reusable vaulted payment method. By default, credit cards are verified before vaulting.

Find Customer

Retrieves a Braintree customer by ID, including their stored payment methods and associated information.

Finalize Dispute

Finalizes a Braintree dispute submission, sending all added evidence to the payment processor. After finalization, no more evidence can be added.

Delete Customer

Deletes a Braintree customer and all their associated payment methods. All recurring billing subscriptions will be canceled. This action is irreversible.

Search Subscriptions

Searches Braintree recurring billing subscriptions by ID, plan, status, merchant account, transaction, trial state, and billing dates. Use this before finding, updating, retrying, or canceling subscriptions.

Search Customers

Searches Braintree customers by ID, email, name, company, phone, or created date. Use this before finding, updating, or deleting a customer when only partial customer details are known.

Create Transaction

Creates a payment transaction in Braintree. Supports both sale (immediate capture) and authorization-only flows. Use this to charge a payment method or authorize an amount for later capture. Requires a payment method ID (from the Braintree vault or a single-use nonce) and an amount.

Delete Payment Method

Removes a payment method from the Braintree vault. This is irreversible and will fail if the payment method has active subscriptions.

Search Transactions

Searches for transactions in Braintree using various filter criteria. Returns a paginated list of matching transactions. Supports filtering by status, amount range, date range, customer, and payment method type.

Find Subscription

Retrieves details of a Braintree subscription by its ID, including status, billing info, and payment method.

Add Dispute Evidence

Adds text evidence to a Braintree dispute for contestation. Use this to provide supporting information when fighting a chargeback.

Settlement Batch Summary

Generates a settlement batch summary report for a given date. Returns aggregated totals for transactions settled on the specified date, optionally grouped by a custom field.

Find Dispute

Retrieves details of a specific Braintree dispute by its ID, including status, reason, amount, and deadline information.

Find Payment Method

Retrieves details of a vaulted payment method by its token from the Braintree vault.

Search Disputes

Searches Braintree disputes by ID, status, type, reason, transaction, customer, or deadline dates. Use this to discover open disputes before adding evidence, accepting, or finalizing.

Submit for Settlement

Submits an authorized Braintree transaction for settlement, optionally adjusting the amount. This captures the funds from a previously authorized transaction. Supports both full and partial settlement.

Create Subscription

Creates a new recurring billing subscription in Braintree. Requires a plan ID (configured in the Control Panel) and a payment method token.

Find Transaction

Retrieves details of a specific Braintree transaction by its ID. Returns full transaction information including status, amount, payment method, customer, and settlement details.

Update Customer

Updates an existing Braintree customer's information. Only the provided fields will be updated; other fields remain unchanged.

Create Client Token

Generates a Braintree client token for initializing client-side Braintree SDKs. Use this when an app needs to tokenize payment methods before vaulting or charging them server-side.

Update Subscription

Updates an existing Braintree subscription. Can change payment method, price, billing cycles, and other settings.

Void Transaction

Voids a Braintree transaction that has not yet settled. Once a transaction is voided, the authorization hold on the customer's payment method is released. Only transactions with status "authorized", "submitted_for_settlement", or "settlement_pending" can be voided.

Accept Dispute

Accepts a Braintree dispute, acknowledging the chargeback. Only disputes with status "open" can be accepted. This action is irreversible.

Refund Transaction

Refunds or reverses a Braintree transaction. For settled transactions, issues a refund (full or partial). For unsettled transactions, can void/reverse the transaction instead. Use "refund" for settled transactions and "reverse" to automatically void or refund based on status.

Create Customer

Creates a new customer record in the Braintree vault. Customers can store multiple payment methods and have associated transactions.

Cancel Subscription

Cancels a Braintree subscription. The subscription will stop recurring billing immediately. This action is irreversible.