Skip to main content

Recharge

This source can sync data for the Recharge API. This page guides you through the process of setting up the Recharge source connector.

Prerequisites

  • A Recharge account with permission to access data from accounts you want to sync.
  • Recharge API Token

Setup guide

Step 1: Set up Recharge

Please read How to generate your API token.

Step 2: Set up the source connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source.
  3. On the source setup page, select Recharge from the Source type dropdown and enter a name for this connector.
  4. Choose required Start date
  5. Enter your Access Token.
  6. click Set up source.

For Airbyte Open Source:

  1. Go to local Airbyte page.
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source.
  3. On the source setup page, select Recharge from the Source type dropdown and enter a name for this connector.
  4. Choose required Start date
  5. Enter your Access Token generated from Step 1.
  6. click Set up source.

Supported sync modes

The Recharge supports full refresh and incremental sync.

FeatureSupported?
Full Refresh SyncYes
Incremental SyncYes
SSL connectionYes

Supported Streams

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Performance considerations

The Recharge connector should gracefully handle Recharge API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Reference

Config fields reference

Field
Type
Property name
string
start_date
string
access_token
boolean
use_orders_deprecated_api

Changelog

VersionDatePull RequestSubject
1.2.02024-03-1335450Migrated to low-code
1.1.62024-03-1235982Added additional query param to guarantee the records are in asc order
1.1.52024-02-1235182Manage dependencies with Poetry.
1.1.42024-02-0234772Fix airbyte-lib distribution
1.1.32024-01-3134707Added the UI toggle Use 'Orders' Deprecated API to switch between deprecated and modern api versions for Orders stream
1.1.22023-11-0332132Reduced period in days value for Subscriptions stream, to avoid 504 - Gateway TimeOut error
1.1.12023-09-2630782For the new style pagination, pass only limit along with cursor
1.1.02023-09-2630756Fix pagination and slicing
1.0.12023-08-3029992Revert for orders stream to use old API version 2021-01
1.0.02023-06-2227612Change data type of the shopify_variant_id_not_found field of the Charges stream
0.2.102023-06-2027503Update API version to 2021-11
0.2.92023-04-1025009Fix owner slicing for Metafields stream
0.2.82023-04-0724990Add slicing to connector
0.2.72023-02-1322901Specified date formatting in specification
0.2.62023-02-2122473Use default availability strategy
0.2.52023-01-2722021Set AvailabilityStrategy for streams explicitly to None
0.2.42022-10-1117822Do not parse JSON in should_retry
0.2.32022-10-1117822Do not parse JSON in should_retry
0.2.22022-10-0517608Skip stream if we receive 403 error
0.2.22022-09-2817304Migrate to per-stream state.
0.2.12022-09-2317080Fix total_weight value to be int instead of float
0.2.02022-09-2116959Use TypeTransformer to reliably convert to schema declared data types
0.1.82022-08-2716045Force total_weight to be an integer
0.1.72022-07-2414978Set additionalProperties to True, to guarantee backward cababilities
0.1.62022-07-2114902Increased test coverage, fixed broken charges, orders schemas, added state checkpoint
0.1.52022-01-269808Update connector fields title/description
0.1.42021-11-057626Improve 'backoff' for HTTP requests
0.1.32021-09-176149Update discount and order schema
0.1.22021-09-176149Change cursor_field for Incremental streams