Building A Message Connector For Stripe
Use the Stripe sample project included with the TIBCO Scribe® Toolkit download to follow along with a detailed explanation of how this project was created and the thought process behind each step.
If you want to create your own Stripe Connector to better follow the process, create a Stripe account at stripe.com.
The process is as follows:
- Determine which application or API you want to use and how to access it. In this case, it is the Stripe Create Customer. See Analyzing The Stripe Connection.
- Using the information gathered from the application or API documentation, start the Fast Connector Framework, run the Wizard, and generate your base code. See Starting The Stripe Messaging Framework Project and Generating The Stripe Message Connector Code.
- Review your code. See Reviewing Sample Stripe Connector Generated Code.
- Configure message templates for any messages you plan to process by using the sample message provided to create classes in the item.cs and connector.cs in Visual Studio. See Creating Classes For The Stripe Connector.
- Build your Connector project in Visual Studio and deploy it. See Installing A FCF Connector.
See
Building A Message Connector For Stripe
Analyzing The Stripe Connection
Starting The Stripe Messaging Framework Project
Generating The Stripe Message Connector Code