create_subscription
Create Subscription
Creates a new recurring billing subscription in Braintree. Requires a plan ID (configured in the Control Panel) and a payment method token.
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.
settle_transaction
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_report
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.
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.
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_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.
Process payments and manage transactions across credit/debit cards, PayPal, Venmo, Apple Pay, Google Pay, and ACH Direct Debit. Create, void, refund, and search transactions. Store customer payment methods securely in the Vault for repeat billing. Manage recurring subscriptions with add-ons and discounts. Handle disputes by adding evidence, accepting, or finalizing. Create and manage customers, addresses, and sub-merchant accounts. Run credit card verifications, generate settlement batch summaries, and forward payment data to third parties. Receive webhook notifications for subscription lifecycle changes, transaction settlements, disbursements, dispute updates, account updater card refreshes, and fraud protection alerts.
Common questions about connecting Braintree to AI agents with Metorial.