Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

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 Subscription

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

Delete Payment Method

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

Find Dispute

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

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.

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.

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.

Find Payment Method

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

Find Customer

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

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.

Cancel Subscription

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

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.

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.

Create Customer

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

Finalize Dispute

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

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.

Add Dispute Evidence

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

Update Customer

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

Accept Dispute

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

Update Subscription

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

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.

Delete Customer

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