Stripe Setup Guide
Stripe Setup Guide
Follow our setup guide to connect Stripe to Go Fig.
Prerequisites
To connect Stripe to Go Fig, you need access to an active Stripe account with Administrator or Developer privileges.
Setup instructions
Step 1: Copy Your Stripe Account ID
You will need your account id
Log in to your Stripe dashboard.
Make sure you have logged in to the correct account by checking the account name displayed in the top left corner of the dashboard., login to your Stripe dashboard
Click Settings in the top right corner of the dashboard

Navigate to Business under Account settings to access your Stripe Business settings

Copy your Account ID. This is the ID that starts with "*acct_*"

Step 2: Create API key
Depending on the resources you want to sync, create one of the following API keys to authenticate your Stripe API requests:
*Restricted API key (Recommended)** - Restricted API keys allow you to limit the permissions for different resources.
*Standard API key** - Standard API keys provide both Read and Write permissions to all resources.
Create restricted API key
Log in to your Stripe dashboard.
Make sure you have logged in to the correct account by checking the account name displayed in the top left corner of the dashboard.
Click Developers and then select API keys.

In the Restricted keys section, click + Create restricted key.

Enter a Key name of your choice.

Grant Read permission for different resources. To sync data from connected accounts, grant Read permission to All Connect resources.
Click Create key.
Make a note of the restricted API key. You will need it to configure Go Fig.
Create standard API key
Log in to your Stripe dashboard.
Make sure you have logged in to the correct account by checking the account name displayed in the top left corner of the dashboard.
Click Developers and then select API keys.
In the Standard keys section, click + Create secret key.
Enter a Key name of your choice.
Click Create.
Make a note of the standard API key. You will need it to configure Go Fig.
Finish Go Fig configuration
In the Stripe Connection Setup form, enter the Collection name of your choice.
Select the Sync timeframe from the drop down options. This allows you to set how far back you want to sync data from Stripe.
Enter the Account ID from Step 1
Enter the API Key you created in Step 2
Click Connect. Go Fig will take it from here and sync your data from your Stripe account.

Note
Go Fig partners with **Airbyte** to manage connections with your external accounts and sync data to Go Fig. Go Fig does not store any information provided in the Connection Setup forms. For more information on how Airbyte works, see their documentation here.
Updated on: 05/30/2025
Thank you!