ReCharge Payments

Snapshot

How to fetch Recharge API tokens:

  1. Sign in to Recharge payments.

  2. Click API tokens under Apps on the left sidebar.

  3. Click on "Create an API token" to generate a new set of tokens for Daton.

  4. Fill in the form and give "read access" to the required tables you'd like to add on Daton.

  5. Click "Save" after filling in all the details.

  6. With the new token generated, use it on Daton while creating the integration.

Integrate Recharge Payments with Daton

  1. Sign in to Daton.

  2. Select Recharge Payments from the integrations page.

  3. Provide Integration Name Replication Frequency and History.

  4. Provide your recharge's API token, generated using the steps above.

  5. Post which you will be prompted to choose from the list of available tables.

  6. Select all required columns for each table.

  7. Submit the integration.

Recharge Payments Tables

Source documentation: https://developer.rechargepayments.com/2021-11/

Addresses

Purpose: To view all the addresses of your customers.

Replication: Incremental

Replication Key: updated_at Fields

Charges

Purpose: To get a list of charges (transactions) on your store.

Replication: Incremental

Replication Key: updated_at Fields

Customers

Purpose: To get all the information about your customers.

Replication: Incremental

Replication Key: updated_at Fields

Discounts

Purpose: To get information about all the applicable/previously applicable discounts on your store.

Replication: Incremental

Replication Key: updated_at Fields

Onetimes

Purpose: To get a list of all the products bought when added to an ongoing subscription.

Replication: Incremental

Replication Key: updated_at Fields

Orders

Purpose: To get list of all the orders from your store.

Replication: Incremental

Replication Key: updated_at Fields

Plans

Purpose: To get a list of all the plans on your store.

Replication: Incremental

Replication Key: updated_at Fields

Products

Purpose: To get a list of all the products in your catalogue.

Replication:

Replication Key: external_product_ids Fields

Subscriptions

Purpose: To get information about all the subscriptions.

Replication: Incremental

Replication Key: updated_at Fields

Last updated