--- title: 'Braintree' description: 'Accept credit cards, PayPal, and digital wallets with Braintree gateway.' --- # Braintree Accept credit cards, PayPal, and digital wallets with Braintree gateway. | Detail | Value | |---|---| | Category | Payments | | Base URL | `https://payments.braintreegateway.com` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `braintree` | ## Using Braintree in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Braintree** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /merchants/{merchant_id}/transactions](./post_merchants_merchant_id_transactions_payments_createtransaction) | Create a transaction | | [GET /merchants/{merchant_id}/transactions/{transaction_id}](./get_merchants_merchant_id_transactions_transaction_id_payments_gettransaction) | Find a transaction | | [POST /merchants/{merchant_id}/customers](./post_merchants_merchant_id_customers_payments_createcustomer) | Create a customer | | [GET /merchants/{merchant_id}/customers/{customer_id}](./get_merchants_merchant_id_customers_customer_id_payments_getcustomer) | Find a customer | | [POST /merchants/{merchant_id}/transactions/{transaction_id}/refund](./post_merchants_merchant_id_transactions_transaction_id_refund_payments_refundtransaction) | Refund a transaction | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.