# Paypal Braintree

## Authentication&#x20;

You connect to your Braintree instance using an **API key**.&#x20;

### API Key

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

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.&#x20;

Omnata supports ingesting the following objects as streams:

* Customer&#x20;
* 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.
