Stripe Connector
Documentation
Version: 2
Documentation

Write data to Stripe using SSIS (Import data)


In this section we will learn how to configure and use Stripe Connector in the API Destination to write data to Stripe.

Video tutorial

This video covers following and more so watch carefully. After watching this video follow the steps described in this article.

  • How to download SSIS PowerPack for Stripe integration in SSIS
  • How to configure connection for Stripe
  • How to write or lookup data to Stripe
  • Features about SSIS API Destination
  • Using Stripe Connector in SSIS

Step-by-step instructions

In upper section we learned how to read data, now in this section we will learn how to configure Stripe in the API Source to POST data to the Stripe.

  1. Read the data from the source, being any desired source component. In example we will use ZappySys Dummy Data Source component.

  2. From the SSIS Toolbox drag and drop API Destination (Predefined Templates) on the Data Flow Designer surface and connect source component with it, and double click to edit it.
    SSIS API Destination (Predefined Templates) - Drag and Drop

  3. Select New Connection to create a new connection:

    API Destination - Stripe
    This connector support read/write operations for Stripe APIs
    API Destination - New Connection

  4. Use a preinstalled Stripe Connector from Popular Connector List or press Search Online radio button to download Stripe Connector. Once downloaded simply use it in the configuration:

    Stripe
    Stripe Connector Selection

  5. Proceed with selecting the desired Authentication Type. Then select API Base URL (in most cases default one is the right one). Finally, fill in all the required parameters and set optional parameters if needed. You may press a link Steps to Configure which will help set certain parameters. More info is available in Authentication section.

    Steps how to get and use Stripe credentials : Stripe [Http]
    1. Login into your Stripe account
    2. Go to https://dashboard.stripe.com/apikeys.
    3. Then create a Secret key.
    4. In the parameter 'Token' fill in newly created key.

    Fill in all required parameters and set optional parameters if needed:

    StripeDSN
    Stripe
    Stripe [Http]
    https://api.stripe.com/v1
    Required Parameters
    Token Fill-in the parameter...
    Optional Parameters
    RetryMode RetryWhenStatusCodeMatch
    RetryStatusCodeList 429
    RetryCountMax 5
    RetryMultiplyWaitTime True
    ODBC DSN HTTP Connection Configuration

  6. Select the desired endpoint, change/pass the properties values, and go to the Mappings tab to map the columns.

    API Destination - Stripe
    This connector support read/write operations for Stripe APIs
    API Destination - Select Endpoint

  7. Finally, map the desired columns:

    API Destination - Stripe
    This connector support read/write operations for Stripe APIs
    API Destination - Columns Mapping

  8. That's it; we successfully configured the POST API Call. In a few clicks we configured the Stripe API call using ZappySys Stripe Connector

    Execute Package - Reading data from API Source and load into target