This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Paypal Transaction

Overview

The Paypal source syncs data from The Paypal Transaction API: Transactions, Balances

The source is using Airbyte docker image (@airbyte/source-paypal-transaction). Learn more how Airbyte-based sources work

How to connect

In order to get an Client ID and Secret please go to PayPal page and follow the instructions. After registration you may find your Client ID and Secret here.

Connection Parameters

ParameterDocumentation
client_id*
string
(required)
The Paypal Client ID for API credentials
secret*
string
(required)
The Secret for a given Client ID.
start_date*
string
(required)
Start Date for data extraction in ISO format. Date must be in range from 3 years till 12 hrs before present time
is_sandbox*
boolean
(required)
Whether or not to Sandbox or Production environment to extract data from