Stripe (OAuth)
Partner setup
Retrieving client ID
From the Connect settings page of your Stripe dashboard, do the following:
Locate the Integration section.
Under OAuth settings, enable OAuth for Standard accounts.
Under Redirects, select + Add URI.
Enter your Cyclr redirect URL as the Redirect URI. This has the format:
https://Your-Cyclr-Service-Domain/connector/callback
.Select Add URI.
Make note of the Live mode client ID, this will be required to set the connector up in Cyclr. If testing mode is enabled, this field will be labelled as Test mode client ID.
Note: Your service domain can be found in your Cyclr console under Settings > General Settings > Service Domain.
Retrieving secret key
From the API settings page of your Stripe dashboard, do the following:
Select Reveal live key. If testing mode is enabled, this will be labelled as Reveal test key.
Make note of the Secret key, this will be required to set the connector up in Cyclr.
Cyclr setup
Console setup
To set up your Stripe (OAuth) connector within your Cyclr console:
Go to your Cyclr Console.
Select Connectors > Application Connector Library at the top of the page.
Use the search box to find the Stripe (OAuth) connector.
Select the Setup Required icon.
Enter the below values, omitting this step will allow you to use different settings for each account on installation:
Value | Description |
---|---|
Client ID | The client ID of your Stripe account. |
Client Secret | The client secret of your Stripe account. |
Click the Save Changes button.
Account setup
You will be asked for the following values when installing the Stripe (OAuth) connector within an account:
Value | Description |
---|---|
Client ID | The client ID of your Stripe account, if you did not enter this in step 5 above. |
Client Secret | The client secret of your Stripe account, if you did not enter this in step 5 above. |