Paypal
Version LATEST
Checkout the Paypal API docs for more information
Set up
To connect to Paypal you will need your Client ID and Client Secret. You can retrieve this by doing the following:
- Head here and click “Get API Credentials”.
- Login with your Paypal account and click “Create App”.
- When creating the app ensure permissions for "Transactions Search" and "Customer Disputes" are ticked.
- Once the app is created you can see your Client ID. You can also click “show” to temporarily see your Client Secret.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | Customer Disputes (180 days). Transactions (2 years). |
Incremental | ✅ | |
Custom backfill | ❌ | |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Customer Disputes | UPDATE_TIME | dispute_id | List all Customer Disputes |
Transactions | TRANSACTION_UPDATED_DATE | transaction_id | List all Transactions |
Updated 12 months ago