Braintree
payments.braintree-api.com
Braintree is a full-stack payment gateway owned by PayPal. It enables you to accept credit cards, debit cards, PayPal, Venmo, Apple Pay, and Google Pay in your app or website. Braintree handles PCI compliance, tokenization, and vault storage so you never touch raw card numbers. It supports transactions, customer management, subscriptions, and client token generation for Drop-in UI integration.
api_key
free
1.0
https://payments.braintree-api.com
1
2026-03-01 11:08:02
Health
Capabilities
create_customer
paymentsCreate a customer in the Braintree vault to store their payment methods for future use. Customers can have multiple payment methods and a default payment method for recurring charges.
Detail: https://payments.braintree-api.com/capabilities/create_customer
create_subscription
paymentsCreate a recurring subscription that automatically charges a customer's vaulted payment method on a defined billing cycle. Supports trial periods, discounts, add-ons, and prorated first charges.
Detail: https://payments.braintree-api.com/capabilities/create_subscription
create_transaction
paymentsCharge a payment method (credit card, PayPal, Venmo, etc.) by creating a sale transaction. Supports payment method nonces from the client SDK, vaulted payment tokens, and direct card details (if PCI compliant).
Detail: https://payments.braintree-api.com/capabilities/create_transaction
find_transaction
paymentsLook up the details of a specific transaction by its ID, or search for transactions matching specific criteria like status, amount, date range, and payment method.
Detail: https://payments.braintree-api.com/capabilities/find_transaction
generate_client_token
paymentsGenerate a client token for initializing the Braintree client SDK (Drop-in UI or Hosted Fields) in a web or mobile app. The token authorizes the client to tokenize payment information securely.
Detail: https://payments.braintree-api.com/capabilities/generate_client_token
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Braintree Description: Braintree is a full-stack payment gateway owned by PayPal. It enables you to accept credit cards, debit cards, PayPal, Venmo, Apple Pay, and Google Pay in your app or website. Braintree handles PCI compliance, tokenization, and vault storage so you never touch raw card numbers. It supports transactions, customer management, subscriptions, and client token generation for Drop-in UI integration. Auth: api_key Capabilities: - create_customer: Create a customer in the Braintree vault to store their payment methods for future use. Customers can have multiple payment methods and a default payment method for recurring charges. - create_subscription: Create a recurring subscription that automatically charges a customer's vaulted payment method on a defined billing cycle. Supports trial periods, discounts, add-ons, and prorated first charges. - create_transaction: Charge a payment method (credit card, PayPal, Venmo, etc.) by creating a sale transaction. Supports payment method nonces from the client SDK, vaulted payment tokens, and direct card details (if PCI compliant). - find_transaction: Look up the details of a specific transaction by its ID, or search for transactions matching specific criteria like status, amount, date range, and payment method. - generate_client_token: Generate a client token for initializing the Braintree client SDK (Drop-in UI or Hosted Fields) in a web or mobile app. The token authorizes the client to tokenize payment information securely.