# Paypal Braintree

## Authentication

You connect to your Braintree instance using an **API key**.

### API Key

Follow the [Braintree docs](https://developer.paypal.com/braintree/articles/control-panel/important-gateway-credentials#api-keys) to create a new key.

You will need you enter the following details into the Omnata UI:

1. Merchant ID
2. API Public Key
3. API Private Key
4. Braintree Environment type; sandbox or production

## Inbound syncs

Objects are fetched incrementally wherever possible, falling back to full-refresh if not.

Omnata supports ingesting the following objects as streams:

* Customer
* Dispute
* Subscription
* Tranaction

View the full [object reference here](https://developer.paypal.com/braintree/docs/reference/overview/).

## Outbound syncs

Not yet supported. Get in touch to request a feature.


---

# 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.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/paypal-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.
