Paypal transaction
Prerequisites
The Paypal Transaction API is used to get the history of transactions for a PayPal account.
Tables in the Paypal transaction connector
| No | Table Name | Columns | Primary Keys | Read Mode | Inc. Sync Keys | API Info |
|---|---|---|---|---|---|---|
| 1 | balances | 4 | Full Refresh, Incremental | as_of_time | API Reference | |
| 2 | transactions | 9 | Full Refresh, Incremental | transaction_initiation_date | API Reference |
Table: balances
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | account_id | VARCHAR | |
| 2 | balance | VARCHAR | |
| 3 | last_refresh_time | VARCHAR | |
| 4 | as_of_time | VARCHAR | Incremental sync key |
Table: transactions
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | transaction_id | VARCHAR | |
| 2 | cart_info | VARCHAR | |
| 3 | shipping_info | VARCHAR | |
| 4 | incentive_info | VARCHAR | |
| 5 | store_info | VARCHAR | |
| 6 | auction_info | VARCHAR | |
| 7 | transaction_initiation_date | VARCHAR | Incremental sync key |
| 8 | transaction_info | VARCHAR | |
| 9 | payer_info | VARCHAR |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.