Paypal
This page contains the setup guide and reference information for the Paypal source connector.
This connector uses PayPal APIs OAuth 2.0 access token to authenticate requests.
Prerequisites
You will need a Paypal account, which you can get following these steps
In the same page, you will also find how to setup a Sandbox so you can test the connector before using it in production.
Setup guide
Step 1: Get your Paypal secrets
After creating your account you will be able to get your Client ID
and Secret
. You can find them in your Apps & Credentials page.
Step 2: Set up the Paypal Transaction connector in Airbyte
-
Log into your Airbyte account
- For Cloud Log in here.
-
In the left navigation bar, click Sources.
a. If this is your first time creating a source, use the search bar and enter Paypal Transaction and select it.
b. If you already have sources configured, go to the top-right corner and click +new source. Then enter Paypal Transaction in the searech bar and select the connector.
-
Set the name for your source
-
Enter your
Client ID
-
Enter your
Client secret
-
Start Date
: Use the provided datepicker or enter manually a UTC date and time in the formatYYYY-MM-DDTHH:MM:SSZ
. -
Switch ON/Off the Sandbox toggle. By defaukt the toggle is OFF, meaning it work only in a produciton environment.
-
_(Optional)
Dispute Start Date Range
: Use the provided datepicker or enter manually a UTC date and time in the formatYYYY-MM-DDTHH:MM:SS.sssZ
.- If you don't add a date and you sync the
lists_disputes stream
, it will use the default value of 180 days in the past to retrieve data - It is mandatory to add the milliseconds is you enter a datetime.
- This option only works for
lists_disputes stream
- If you don't add a date and you sync the
-
(Optional)
Refresh Token
: You can enter manually a refresh token. Right now the stream does this automatically. -
(Optional)
Number of days per request
: You can specify the days used by the connector when requesting data from the Paypal API. This helps in cases when you have a rate limit and you want to lower the window of retrieving data.- Paypal has a 10K record limit per request. This option is useful if your sync is every week and you have more than 10K per week
- The default value is 7
- This Max value you can enter is 31 days
-
Click Set up source
By default, syncs are run with a slice period of 7 days. If you see errors with the message Result set size is greater than the maximum limit
or an error code like RESULTSET_TOO_LARGE
:
- Try lower the the size of the slice period in your optional parameters in your connection configuration.
- You can try to lower the scheduling sync window in case a day slice period is not enough. Lowering the sync period it may help avoid reaching the 10K limit.
Supported sync modes
The PayPal Transaction source connector supports the following sync modes:
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
Namespaces | No |
Supported Streams
This Source is capable of syncing the following core Streams:
- Transactions
- Balances
- List Products
- Show Product Details
- List Disputes
- Search Invoices
- List Payments
Transactions Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | Transactions |
---|---|
Start Date | Timestamp with TZ (no ms) |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | Max 31 , 7(D) |
Pagination Strategy | Page Increment |
Page size | Max 500 (F) |
Full Refresh | ✅ |
Incremental | ✅ (D) |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
Balances Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | Balances |
---|---|
Start Date | Timestamp with TZ (no ms) |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | NA |
Pagination Strategy | NA |
Page size | NA |
Full Refresh | ✅ |
Incremental | ✅ (D) |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
List Products Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | List Products |
---|---|
Start Date | NA |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | NA |
Pagination Strategy | Page Increment |
Page size | Max 20 (F) |
Full Refresh | ✅ (D) |
Incremental | ❌ |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
When configuring your stream take in consideration that the way the API works limits the speed on retreiving data. In some cases a +30K catalog retrieval could take between 10-15 minutes.
Show Products Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | Show Prod. Details |
---|---|
Start Date | NA |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | NA |
Pagination Strategy | NA |
Page size | NA |
Full Refresh | ✅ (D) |
Incremental | ❌ |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
When configuring this stream consider that the parent stream paginates with 20 number of items (Max alowed page size). The Paypal API calls are not concurrent, so the time it takes depends entirely on the server side.
This stream could take a considerable time syncing, so you should consider running the sync of this and the parent stream (list_products
) at the end of the day.
Depending on the size of the catalog it could take several hours to sync.
List Disputes Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | List Disputes |
---|---|
Start Date | NA |
Dispute Start Date Range | Timestamp with TZ (w/ms) |
Refresh token | Auto |
Number of days per request | Max 180 , 7(D) |
Pagination Strategy | Page Token |
Page size | Max 50 (F) |
Full Refresh | ✅ |
Incremental | ✅ (D) |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
Search Invoices Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features
Param/Feature | Search Invoices |
---|---|
Start Date | Timestamp with TZ (no ms) |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | ND |
Pagination Strategy | Page Number |
Page size | Max 100 (F) |
Full Refresh | ✅ (D) |
Incremental | ❌ |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
ND: Not Defined in the source.
The start_end
from the configuration, is passed to the body of the request and uses the creation_date_range.start
and creation_date_range.end
. More information in the Paypal Developer API documentation.
List Payments Stream
The below table contains the configuraiton parameters available for this connector and the default values and available features.
Param/Feature | List Payments |
---|---|
Start Date | Timestamp with TZ (no ms) |
Dispute Start Date Range | NA |
Refresh token | Auto |
Number of days per request | NA , 7(D) |
Pagination Strategy | Page Cursor |
Page size | Max 20 (F) |
Full Refresh | ✅ |
Incremental | ✅ (D) |
D: Default configured Value
F: Fixed Value. This means it is not configurable.
Performance Considerations
- Data Availability: It takes a maximum of 3 hours for executed transactions to appear in the list transactions call.
- Number of days per request: The maximum supported date range is 31 days.
- Historical Data: You can't retrieve more than 3yrs of data for the
transactions
stream. Fordispute_start_date
you can only retrieve 180 days of data (see specifications per stream) records_per_request
: The maximum number of records in a single request are 10K (API Server restriction)page_size
: The maximum page size is 500. This has been configured by default.requests_per_minute
= The maximum limit is 50 requests per minute from IP address to all endpoint (API Server restriction).
Data type map
Integration Type | Airbyte Type |
---|---|
string | string |
number | number |
array | array |
object | object |
Reference
Config fields reference
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
2.5.1 | 2024-03-15 | 36165 | Unpin CDK Version |
2.5.0 | 2024-03-15 | 36173 | Extended Disputes stream schema with missing properties |
2.4.0 | 2024-02-20 | 35465 | Per-error reporting and continue sync on stream failures |
2.3.0 | 2024-02-14 | 34510 | Silver certified. New Streams Added |
2.2.2 | 2024-02-09 | 35075 | Manage dependencies with Poetry. |
2.2.1 | 2024-01-11 | 34155 | prepare for airbyte-lib |
2.2.0 | 2023-10-25 | 31852 | The size of the time_window can be configured |
2.1.2 | 2023-10-23 | 31759 | Keep transaction_id as a string and fetch data in 7-day batches |
2.1.1 | 2023-10-19 | 31599 | Base image migration: remove Dockerfile and use the python-connector-base image |
2.1.0 | 2023-08-14 | 29223 | Migrate Python CDK to Low Code schema |
2.0.0 | 2023-07-05 | 27916 | Update Balances schema |
1.0.0 | 2023-07-03 | 27968 | mark Client ID and Client Secret as required fields |
0.1.13 | 2023-02-20 | 22916 | Specified date formatting in specification |
0.1.12 | 2023-02-18 | 23211 | Fix error handler |
0.1.11 | 2023-01-27 | 22019 | Set AvailabilityStrategy for streams explicitly to None |
0.1.10 | 2022-09-04 | 17554 | Made the spec and source config to be consistent |
0.1.9 | 2022-08-18 | 15741 | Removed OAuth2.0 option |
0.1.8 | 2022-07-25 | 15000 | Added support of OAuth2.0 authentication, fixed bug when normalization couldn't handle nested cursor field and primary key |
0.1.7 | 2022-07-18 | 14804 | Added RESULTSET_TOO_LARGE error validation |
0.1.6 | 2022-06-10 | 13682 | Updated paypal transaction schema |
0.1.5 | 2022-04-27 | 12335 | Added fixtures to mock time.sleep for connectors that explicitly sleep |
0.1.4 | 2021-12-22 | 9034 | Updated connector fields title/description |
0.1.3 | 2021-12-16 | 8580 | Added more logs during check connection stage |
0.1.2 | 2021-11-08 | 7499 | Removed base-python dependencies |
0.1.1 | 2021-08-03 | 5155 | Fixed start_date_min limit |
0.1.0 | 2021-06-10 | 4240 | PayPal Transaction Search API |