Video tutorial
Watch this quick video to see the integration in action. It walks you through the end-to-end setup, including:
- Installing the SSIS PowerPack
- Configuring a secure connection to Stripe
- Working with Stripe data directly inside SSIS
- Exploring advanced API Source features
Ready to dive in? Download the product to jump right in, or follow the step-by-step guide below to see how it works.
Prerequisites
Before we begin, make sure the following prerequisites are met:
- SQL Server Data Tools (SSDT) designer installed for Visual Studio.
- SQL Server Integration Services Projects 2022+ Visual Studio extension installed.
- SSIS PowerPack is installed.
Create a product in SSIS
-
Open Visual Studio and click Create a new project.
-
Select Integration Services Project. Enter a name and location for your project, then click OK.
-
From the SSIS Toolbox, drag and drop a Data Flow Task onto the Control Flow surface, and double-click it:
-
Make sure you are in the Data Flow Task designer:
-
Read the data from the source, using any desired source component. You can even make an API call using the ZappySys JSON/XML/API Source and read data from there. In this example, we will use an OLE DB Source component to read real-time data from a SQL Server database.
-
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 - StripeRead and write Stripe data effortlessly. Manage customers, products, subscriptions, and invoices — almost no coding required.
-
To configure the Stripe connector, choose one of the following methods:
- Choose from Popular Connector List: Select a pre-installed service directly from the dropdown menu.
- Search Online: Use this to find and download a new connector file to your computer.
- Use Saved/Downloaded File: Once the file is downloaded, browse your local drive to load it into the configuration.
After that, just click Continue >>:
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.
Stripe
Stripe authentication
- 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.
API Connection Manager configuration
Just perform these simple steps to finish authentication configuration:
-
Set Authentication Type to
Stripe [Http] - Optional step. Modify API Base URL if needed (in most cases default will work).
- Fill in all the required parameters and set optional parameters if needed.
- Finally, hit OK button:
StripeStripe [Http]https://api.stripe.com/v1Required Parameters Token Fill-in the parameter... Optional Parameters RetryMode RetryWhenStatusCodeMatch RetryStatusCodeList 429 RetryCountMax 5 RetryMultiplyWaitTime True
Find full details in the Stripe Connector authentication reference. -
Select Products table from the dropdown, then select Insert as operation, and hit Preview Data:
API Destination - StripeRead and write Stripe data effortlessly. Manage customers, products, subscriptions, and invoices — almost no coding required.StripeProductsInsertRequired Parameters Name Fill-in the parameter... Type (Good or Service) Fill-in the parameter... Optional Parameters Active Description Caption (Can be set if Type = good) Package Dimensions - Height (inch) (Can be set if Type = good) Package Dimensions - Length (inch) (Can be set if Type = good) Package Dimensions - Weight (inch) (Can be set if Type = good) Package Dimensions - Width (inch) (Can be set if Type = good) Shippable (Can be set if Type = good) Statement Description (Can be set if Type = service) Unit Label (Can be set if Type = service) Product URL (Can be set if Type = good) Image1 Image2 Image3 Image4 Image5 Image6 Image7 Image8
-
Finally, map the desired columns:
API Destination - StripeRead and write Stripe data effortlessly. Manage customers, products, subscriptions, and invoices — almost no coding required.
-
That's it; we successfully configured the POST API Call. In a few clicks we configured the Stripe API call using ZappySys Stripe Connector
Stripe Connector actions
Need another use case? Pick the next Stripe action in SSIS below.
- Create a Customer
- Create an Invoice
- Create an Invoice Item
- Delete a Customer
- Delete a Draft Invoice
- Delete a Product
- Delete an Invoice Item
- Finalize an Invoice
- List All Customers
- List All Invoice Items
- List All Invoices
- List All Products
- List All Quotes
- List All Subscriptions
- List All Subscriptions Items
- Mark an Invoice As Uncollectible
- Pay an Invoice
- Retrieve a Customer
- Retrieve a single Product
- Retrieve a single Subscription
- Retrieve an Invoice
- Retrieve an Invoice Item
- Retrieve an Invoice Line Items
- Retrieve an Upcoming Invoice
- Retrieve an Upcoming Invoice Line Items
- Send an Invoice For Manual Payment
- Test Connection
- Update a Customer
- Update a Product
- Update an Invoice
- Update an Invoice Item
- Void an Invoice
- Make Generic REST API Request
- Make Generic REST API Request (Bulk Write)
Conclusion
You now know how to create a product in SSIS without writing complex code. SSIS Stripe Connector handled pagination and authentication automatically.
Ready to get started? Download the trial or ping us via chat if you need help: