Stripe Connector
Stripe Connector Help
Version 2
ZappySys Logo File Version: v2
Supported Engine: 8

Write data in Stripe using Stripe Connector in SSIS


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

Video Tutorial - Write or lookup data to Stripe using SSIS

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




How to write or lookup data to Stripe in SSIS (Import data)


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 to get 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.
    Stripe
    Stripe [Http]
    https://api.stripe.com/v1
    Required Parameters
    Token Fill in the parameter...
    Optional Parameters
    RetryMode Fill in the parameter...
    RetryStatusCodeList Fill in the parameter...
    RetryCountMax Fill in the parameter...
    RetryMultiplyWaitTime Fill in the parameter...
    ZappySys Http Connection

  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 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