Braintree

payments.braintree-api.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://payments.braintree-api.com

Crawl failures

1

Last verified

2026-03-01T11:08:02.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_customer

payments

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.

Detail: https://payments.braintree-api.com/capabilities/create_customer

create_subscription

payments

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.

Detail: https://payments.braintree-api.com/capabilities/create_subscription

create_transaction

payments

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).

Detail: https://payments.braintree-api.com/capabilities/create_transaction

find_transaction

payments

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.

Detail: https://payments.braintree-api.com/capabilities/find_transaction

generate_client_token

payments

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.

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.