The Stripe Data Connector can be downloaded in the Verj.io Studio and used in a Form's server events to connect to the Stripe API.
In order to connect to Stripe at runtime however, an account Id and API key must be configured in the Verj.io Runtime Environment that the Form is running in.
Create an Stripe API key:
- Navigate to the Stripe dashboard at dashboard.stripe.com.
- Sign into your account. If you don’t have an account, you’ll need to create one first.
- To find or create an API key:
- Go to the Developers section and then click on the API keys tab.
- The Secret Key in the Standard keys section is your API key.
- Alternatively, you can create a Restricted Key to use instead.
- To find your Account Id
- Go to the Settings Page and click on Business.
- Click on the Account Details tab and your Account Id is displayed here.
- Note: You might have to click View all Settings if not in Test Mode to see your account Id.
Important: A Test Mode can be enabled at the top of the Stripe dashboard. The Secret and Restricted Keys change depending on this setting, so make sure it is switched to the appropriate setting before copying the Key.
You can use this key with the Open Exchange Rates Data Connector:
- Go to the Data Connector section of the Verj.io Administration Application.
- Click + to add a New Data Connector Configuration and name it: Stripe.
- Click + to add a Data Connector Property.
- Property Name: accountId.
- Property Value: <Your Stripe Account Id>.
- Click + to add a Data Connector Property.
- Property Name: apiKey.
- Property Value: <Your Stripe Secret Key>.
- Click OK.
Click here for further information about configuring a Data Connector.