Chargedesk
This is the setup for the Chargedesk source that ingests data from the chargedesk API.
ChargeDesk integrates directly with many of the most popular payment gateways including Stripe, WooCommerce, PayPal, Braintree Payments, Recurly, Authorize.Net, Zuora and Shopify.
In order to use this source, you must first create an account. Once verified and logged in, head over to Setup -> API / Webhooks -> Issue New Key to generate your API key.
You can find more about the API here https://chargedesk.com/api-docs
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
password | string | Password. | |
username | string | Username. | |
start_date | integer | Start Date. Date from when the sync should start in epoch Unix timestamp |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
charges | charge_id | DefaultPaginator | ✅ | ✅ |
customers | customer_id | DefaultPaginator | ✅ | ✅ |
subscriptions | subscription_id | DefaultPaginator | ✅ | ✅ |
products | product_id | DefaultPaginator | ✅ | ❌ |