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 FastSpring
- Working with FastSpring 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.
Get account by ID 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:
-
From the SSIS toolbox drag and API Source (Predefined Templates) on the data flow designer surface, and double click on it to edit it:
-
Select New Connection to create a new connection:
-
Use a preinstalled FastSpring Connector from Popular Connector List or press Search Online radio button to download FastSpring Connector. Once downloaded simply use it in the configuration:
FastSpring
-
Select your authentication scenario below to expand connection configuration steps to:
- Configure the authentication in FastSpring.
- Enter those details into the API Connection Manager configuration.
API Credentials
FastSpring authentication
Here is how to obtain FastSpring API credentials:
- In the FastSpring portal, navigate to Developer Tools > APIs > API Credentials.
-
Click Create, FastSpring will automatically generate your Username and Password.
Copy them, we will need them in the next step:
WARNING: Securely store the credentials for future reference. -
Now go to SSIS package or ODBC data source and use this token in API Credentials authentication configuration:
- In the UserName field paste the Username value you copied in the previous step.
- In the Password field paste the Password value you copied in the previous step.
- Click Test Connection to confirm the connection is working.
- Done! Now you are ready to use FastSpring Connector!
API Connection Manager configuration
Just perform these simple steps to finish authentication configuration:
-
Set Authentication Type to
API Credentials [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:
FastSpringAPI Credentials [Http]https://api.fastspring.comRequired Parameters UserName Fill-in the parameter... Password Fill-in the parameter... Optional Parameters RetryMode RetryWhenStatusCodeMatch RetryStatusCodeList 429 RetryCountMax 5 RetryMultiplyWaitTime True Your Webstore URL (Only used by get_products_visibility endpoint) https://YOUR-STORE.onfastspring.com
Find full details in the FastSpring Connector authentication reference. -
Select Accounts table from the dropdown and hit Preview Data:
API Source - FastSpringRead and write FastSpring data effortlessly. Integrate, manage, and automate orders, subscriptions, quotes, products, and accounts — almost no coding required.FastSpringAccountsRequired Parameters Account Id Fill-in the parameter...
-
That's it! We are done! Just in a few clicks we configured the call to FastSpring using FastSpring Connector.
You can load the source data into your desired destination using the Upsert Destination , which supports SQL Server, PostgreSQL, and Amazon Redshift. We also offer other destinations such as CSV , Excel , Azure Table , Salesforce , and more . You can check out our SSIS PowerPack Tasks and components for more options. (*loaded in Trash Destination)
FastSpring Connector actions
Need another use case? Pick the next FastSpring action in SSIS below.
- Create Product
- Get Account Charges
- Get Account Charges by Id
- Get Account Orders (For a single account)
- Get Account Orders (For all accounts)
- Get Accounts
- Get Order by Id
- Get Order Items
- Get Order Items by OrderId
- Get Orders
- Get Product
- Get Product IDs
- Get Product Prices
- Get Products
- Get Products Publish Status
- Get Quote By Id
- Get Quotes
- Get Revenue Report
- Get Subscription By Id
- Get Subscription Report
- Get Subscriptions
- Get Subscriptions Ids
- Update Product
- Make Generic REST API Request
- Make Generic REST API Request (Bulk Write)
Conclusion
You now know how to get account by ID in SSIS without writing complex code. FastSpring Connector handled pagination and authentication automatically.
Ready to get started? Download the trial or ping us via chat if you need help: