Stripe

This Transport connects to the Stripe setup to pull out all the transactions. Below are the instructions on what required when setting up a new connection.

Stripe API Documentation

https://stripe.com/docs/api

Incoming Stripe Settings

Below are the setting options enabled on the stripe transport

Stripe Key

To get the Stipe API key you will need to go onto the API page under the developers segment. Here there is a Toggle to view test data or not and a different API key will be provided if you want the test data or not.

The API key will then be available under the Secret Key section, your username and password will be required to reveal this

Stripe Account ID & Stripe Account name

To Get the account ID you need to click on the icon in the top right hand corner then click on the profile link.

Once your in the profile you can scroll down to the bottom of the page where you will find the account name and account ID

Initial Stripe Transaction ID

To start the connection we will need to know what the first transaction ID should be in Stripe for us to use. To get this you will need to select the payments tab. If you want to use test data ensure the viewing test data button is enabled.

Then on the payments tab you can get the transaction ID from either the description field or from the URL when you click onto one of the payments.

https://dashboard.stripe.com/test/payments/ch_[RemainingString]