1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/chargedesk.md

1.7 KiB

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

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2024-10-28 47560 Update dependencies
0.0.1 2024-10-18 Initial release by @aazam-gh via Connector Builder