Braintree Automation
Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions
Author
Category
Development ToolsInstall
Hot:2
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-braintree-automation&locale=en&source=copy
Braintree Automation - Braintree Payment Automation Tool
Skills Overview
Braintree Automation is a skill that automates Braintree payment workflows using a Stripe-compatible toolset. It supports customer management, subscription creation, payment method handling, and balance transaction lookup.
Use Cases
Core Features
email:'user@example.com' or name~'John')Frequently Asked Questions
Does Braintree Automation require an MCP server?
Yes. This skill requires connecting to the Rube MCP server (
https://rube.app/mcp). Before executing any tool, ensure the stripe tool package has an active connection. If there is no active connection, initiate one via RUBE_MANAGE_CONNECTIONS.What payment methods does Braintree Automation support?
It supports multiple payment method types, including card payments (
card), SEPA debit (sepa_debit), and U.S. bank accounts (us_bank_account), among others. You can filter specific types of payment methods using the type parameter of the STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS tool.Does Braintree subscription creation require a default payment method?
Not necessarily. If you set
trial_period_days (trial period) or use collection_method='send_invoice' (send invoice billing), you do not need to provide default_payment_method. In other cases, it’s recommended to provide a payment method to ensure the subscription can activate successfully.