Step-by-step guide to connecting your Stripe account and syncing campaign data seamlessly.
Authorize Connection to Stripe
To connect your Stripe account, you'll need to provide your API credentials:
Navigate to Data Integration -> Connectors
- Click on "Connect A new platform"
- Select Stripe
- Enter the following required credential:
- Secret Key: Your Stripe Secret API key
How to Generate API Credentials in Stripe
To authorize your Stripe account, follow these steps:
- Log in to your Stripe Dashboard
- Navigate to "Developers" in the left sidebar
- Select "API keys"
- You'll see your Secret key (begins with "sk_")
- If needed, click "Create secret key" to generate a new one
- Copy the Secret key (Note: Make sure to use your live Secret key for production data or test Secret key for test data)
Upon successful connection of your Stripe account, you will be presented with a dashboard displaying your connected account data. This dashboard will also feature buttons for managing your connection:
- Test Connection: This button initiates a test to verify the connectivity between the platform and your Stripe account.
- Delete Connection: This button severs the link between the platform and your Stripe account, removing the account and its data from the dashboard.
Extracted Data
These are the extracted data fields from Stripe:
Data Field |
Extracted Data Source |
Explanation |
id |
id |
The unique identifier for each transaction |
country |
account_country |
The country of the Stripe account |
account_name |
account_name |
The name of the Stripe account |
currency |
currency |
The currency used for the transaction |
customer |
customer |
The customer identifier |
customer_country |
customer_address_country |
The country in the customer's address |
postal_code |
customer_address_postal_code |
The postal code in the customer's address |
adress |
customer_address_state |
The state in the customer's address |
date |
status_transitions_paid_at |
The date when the payment was completed |
subscription |
subscription |
The subscription identifier if applicable |
total_revenue |
total |
The total amount charged |
revenue |
amount_paid |
The amount actually paid (after refunds, disputes, etc.) |
Date Range and Data Freshness
- Data Freshness: Data is updated daily.
- Data Granularity: daily.
- Date Range: 3 years
Data Validation
The validation is done over the revenue metric.