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.
-
Read the data from the source, being any desired source component. In example we will use ZappySys Dummy Data Source component.
-
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.
-
Select New Connection to create a new connection:
API Destination - StripeThis connector support read/write operations for Stripe APIs -
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 -
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]
- Login into your Stripe account
- Go to https://dashboard.stripe.com/apikeys.
- Then create a Secret key.
- In the parameter 'Token' fill in newly created key.
StripeStripe [Http]https://api.stripe.com/v1Required 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... -
Select the desired endpoint, change/pass the properties values, and go to the Mappings tab to map the columns.
API Destination - StripeThis connector support read/write operations for Stripe APIs -
Finally, map the desired columns:
API Destination - StripeThis connector support read/write operations for Stripe APIs -
That's it; we successfully configured the POST API Call. In a few clicks we configured the Stripe API call using ZappySys Stripe Connector