Braintree
Braintree is an online and in-app payment platform.
Braintree integration replicates data using the Braintree API.
See the Schema section for a list of objects available for replication.Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
To set up your Braintree account, you need:
- Super Admin and API Access permissions in Braintree. This is required to create the API access token. For more information, see Braintree user roles and permissions.
- Additionally, Braintree replicates transactions for the default merchant account in your Braintree instance.
To retrieve your private key:
- Log into your Braintree account.
- Click Account > My User.
- Scroll down to the API Keys, Tokenization Keys, Encryption Keys section.
- Click View Authorizations.
- In the API Keys section, click Generate New API Key.
- After the key has been generated, click the View link in the Private Key column.
The Client Library Key page is displayed with your Braintree API credentials.
Creating the connection
詳細については、「SaaSアプリケーションへの接続」を参照してください。
- 必要な接続プロパティを入力します。
接続名に接続の名前を入力します。
接続メタデータを開くを選択して、作成時の接続のメタデータを定義します。
[作成] をクリックします。
| Setting | Description |
|---|---|
| Data gateway | ユース ケースに応じて Data Movement gateway を選択します。 情報メモ Qlik Talend Cloud スターター サブスクリプションでは Data Movement gateway をサポートしていないため、この項目は使用できません。別のサブスクリプション ティアを利用しており、Data Movement gateway を使用しない場合は、 [None] (なし) を選択します。 Data Movement gateway の利点とそれを必要とするユース ケースの詳細については、「Qlik データ ゲートウェイ - データ移動」を参照してください。 |
| Start Date | ソースからターゲットにデータをレプリケートする必要がある日付を |
| Merchant ID | Merchant ID. |
| Private Key | Private key. |
Public Key | Public key. |
| Environment | Enter a value: Development, QA, Sandbox, Production, or All. If left empty, Production is set as default. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
transactions
The transactions table contains info about the transactions in your Braintree account, including the transaction’s status.
Note: Our Braintree integration will only replicate transactions for the default merchant account in your Braintree instance. You can verify the merchant account set as the default by going to Settings > Processing > Merchant Accounts when signed into Braintree.
Replication Method | CDC |
Primary Key | id |
Replication Key | created_at |
| Useful links |