Built by Metorial, the integration platform for agentic AI.
Creates a new recurring billing subscription in Braintree. Requires a plan ID (configured in the Control Panel) and a payment method token.
Retrieves details of a Braintree subscription by its ID, including status, billing info, and payment method.
Removes a payment method from the Braintree vault. This is irreversible and will fail if the payment method has active subscriptions.
Retrieves details of a specific Braintree dispute by its ID, including status, reason, amount, and deadline information.
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.
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.
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.
Retrieves details of a vaulted payment method by its token from the Braintree vault.
Retrieves a Braintree customer by ID, including their stored payment methods and associated information.
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.
Cancels a Braintree subscription. The subscription will stop recurring billing immediately. This action is irreversible.
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.
Retrieves details of a specific Braintree transaction by its ID. Returns full transaction information including status, amount, payment method, customer, and settlement details.
Creates a new customer record in the Braintree vault. Customers can store multiple payment methods and have associated transactions.
Finalizes a Braintree dispute submission, sending all added evidence to the payment processor. After finalization, no more evidence can be added.
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.
Adds text evidence to a Braintree dispute for contestation. Use this to provide supporting information when fighting a chargeback.
Updates an existing Braintree customer's information. Only the provided fields will be updated; other fields remain unchanged.
Accepts a Braintree dispute, acknowledging the chargeback. Only disputes with status "open" can be accepted. This action is irreversible.
Updates an existing Braintree subscription. Can change payment method, price, billing cycles, and other settings.
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.
Deletes a Braintree customer and all their associated payment methods. All recurring billing subscriptions will be canceled. This action is irreversible.