Stripe

Stripe ETL connector for data replication

Snapshot

Refunds

Integrate Stripe with Daton

  1. Signin to Daton

  2. Select Stripe from Integrations page

  3. Provide Integration Name Replication Frequency and History. Integration name would be used in creating tables for the integration and cannot be changed later

  4. Provide your stripe account email and password to authorize Daton to periodically extract data from stripe.

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

  6. Then select all required fields for each table

  7. Submit the integration

Workflow

  1. Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse

  2. Users would be able to edit/pause/re-activate/delete integration anytime

  3. Users can view job status and process logs from the integration details page by clicking on the integration name from the active list

STRIPE Data

Invoices

Purpose: Invoices are statements of amounts owed by a customer, and are either generated one-off, or generated periodically from a subscription.

Source API Documentation https://stripe.com/docs/api/invoices/list

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Customers

Purpose: Returns a list of the customers. The customers are returned sorted by creation date, with the most recent customers appearing first.

Source API Documentation https://stripe.com/docs/api/customers/list

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Subscriptions

Purpose: By default, returns a list of all subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled

Source API Documentation https://stripe.com/docs/api/subscriptions/list

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Taxrates

Purpose:Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.

Source API Documentation https://stripe.com/docs/api/taxrates/list

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Products

Purpose: Store representations of products you sell in Product objects, used in conjunction with SKUs. Products may be physical goods, to be shipped, or digital

Source API Documentation https://stripe.com/docs/api/products

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Coupons

Purpose: A coupon contains information about a percent-off or amount-off discount you might want to apply to a customer. Coupons may be applied to invoices or orders. Coupons do not work with conventional one-off charges, but you can implement a custom coupon system in your application.

Source API Documentation https://stripe.com/docs/api/coupons

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Refunds

Purpose:This API shows a list of all the channels that have already been integrated in your Shiprocket account.

Source API Documentation https://stripe.com/docs/api/refunds

Replication: Key-Based Replication

Replication Key: lastRunDate

Fields

Last updated