# Braintree API **Provider:** Braintree **Category:** payments **Base URL:** `https://developers.braintreepayments.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** See documentation **Free Tier:** No **Pricing:** Pay per use (pay-as-you-go) **Docs:** https://developers.braintreepayments.com ## Description Braintree API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.braintreepayments.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.braintreepayments.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Standard: 2.59% + $0.49/transaction (US cards). Venmo: 3.49% + $0.49. International cards: +1.5%. No monthly fee, no setup fee. --- *Source: [API Map](https://apimap.dev/apis/braintree/) — CC BY 4.0*