Built by Metorial, the integration platform for agentic AI.
Provider Summary
process payment transactions
manage customer records
vault payment methods
manage recurring subscriptions
handle payment disputes
issue refunds
manage sub-merchant accounts
verify credit cards
generate settlement reports
monitor webhook events
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.
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.
Retrieves details of a specific Braintree dispute by its ID, including status, reason, amount, and deadline information.
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.
Creates a new recurring billing subscription in Braintree. Requires a plan ID (configured in the Control Panel) and a payment method token.
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.
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.
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.
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.
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.
This integration is licensed under the AGPL-3.0 License.
Built with ❤️ by Metorial