# Braintree

{% hint style="info" %}
This section gives you an overview of how to make payments via Braintree through Hyperswitch.
{% endhint %}

### About

Braintree is a payment processor that allows online businesses to accept payments via app or website. It also provides merchant accounts and payment gateways. PayPal owns Braintree, and a PayPal Business account is required. To know more about payment methods supported by Braintree via Juspay Hyperswitch, visit [here](https://hyperswitch.io/pm-list).

### Activating via Hyperswitch

#### Prerequisites

1. You need to be registered with Braintree in order to proceed. In case you don't, you can quickly sign up by visiting the Braintree [website](https://www.braintreepayments.com/sandbox).
2. You should have a registered Hyperswitch account. You can access your account from the [Hyperswitch control center](https://app.hyperswitch.io/register).
3. The Braintree Merchant ID, Public Key, and Private Key are available in your Braintree dashboard under: **Home page > Settings > API**.
4. To set webhooks, navigate to **Home page > Settings > API > Webhooks** and create a new webhook.

[Steps](https://docs.hyperswitch.io/hyperswitch-cloud/connectors/activate-connector-on-hyperswitch) to activate Braintree on Hyperswitch control center.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperswitch.io/other-features/connectors/available-connectors/braintree.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
