Overview
Stripe an internet business software platform that helps you accept payments from anyone, anywhere, and build your business. A Stripe/Grow integration lets you view your Stripe data in real time, allowing you to stay up-to-date on your business.
NOTE: This data source is only available for accounts on the Basic and Professional plans. If you would like to upgrade your plan, talk to your Grow account manager or visit your account's billing page.
How to Connect
Before you get started you will need your Stripe Secret Key.
- Log in to Grow and select Add Metric. Select Stripe from the list of data sources and press Connect.
- This will bring you to the following page. You will need your Stripe Secret Key in order to log in.
- To find your Secret Key, log in to your Stripe account. If you don’t see a menu on the left side of the page, click the drop-down arrow next to your account name. From that menu, click the heading “API.”
- On this page, you will see four different API keys. The one that you will copy into Grow is the Live Secret Key.
- If you do not see your API Keys, you do not have the admin permissions in Stripe. You will need to speak to the administrator for your Stripe account to access the keys.
- Copy your Live Secret Key into Grow and press Submit.
And that's it! You are good to go.
Endpoints
Below is a list of the available reports from Stripe, along with a short description of each.
- Balance: Available Balance, Currency, Pending Amount, Available Amount
- Balance History: Available Amount, Pending Amount, Fees, Number of Transfers, Previous Amounts, Currency
- Charges: Amount Charged, Amount Refunded, Card Type, Country, Transaction Status, Date, Currency, Fees
- Coupons: Coupon Amount, Currency, Coupon Duration
- Customers: Number of Customers, Customer Account Balance, Customer Email, Subscriptions
- Disputes: Dispute Amounts, Currency, Reason, Status
- Invoices: Amount Due, Application Fee, Currency, Date, Subtotal, Tax, Total
- Orders: Amount, Amount Returned, Application, Charge, Date, Currency, Customer, Email, Items, Objects, Returns, Shipping Address, Delivery Estimate
- Order Returns: Amount for items returned, Created, Currency, Items returned, Order returned from, ID of refund issued for return
- Plans: Amount, Date, Currency, Interval, Name, Trial Period
- Products: Active, Attributes, Captions, Created, Name, Shippable, URL
- Refunds: Amount, Date, Currency, Reason, Status
- SKUs: Created, Currency, Inventory, Price, Product, Active
- Subscriptions: Number of Subscriptions, Number of Cancellations, Date, Created Date, Canceled Date, Customer, Discount, Amount, Currency, Interval, Status, Tax, Percent, Trial End, Trial Start
- Transfers: Amount, Balance Transaction, Bank Account, Country, Currency, Date, Status, Type, Transaction Fees
FAQs + Tips and Tricks
Currencies
Stripe will always provide the amount in the smallest common currency unit (i.e. for USD or EUR, 100 cents instead of $1.00). However, for zero-decimal currencies (i.e. JPY, Japanese Yen), the smallest currency is the regular denomination (¥1 for 1 Yen).
When you pull Stripe data into Grow, it remains consistent with Stripe’s setup and returns the smallest unit of currency. If you have a decimal currency, your data will pull in in cents (or pence, or whatever similar unit exists in your currency). This means that in order to show the values in larger units, you will need to divide your data by 100.
Is Revenue Cash Based or Accrual Based?
There are no accounting settings in Stripe, so the software itself doesn't determine which accounting system you use. Grow will pull in exactly what is in your Stripe account. You can set your Stripe reports to monthly in your Stripe settings, but this doesn't impact the data Grow pulls in.
Cancelled Subscriptions
If you want to calculate churn and LTV from Stripe in Grow, you will need to have access to cancelled subscriptions. To access the cancelled subscriptions, Stripe requires users to use the API Version 2016-07-06 or later.
You can double check your version at https://dashboard.stripe.com/account/apikeys. Go ahead and log in with your Stripe account. Once you’ve logged in, you should be on a page where you can see your API Keys and version.
If you have a version before 2016-07-06, you can click the “Upgrade available” button, which will help you upgrade to a version you need. You should then be able to access your cancelled subscriptions.