Stripe
Connecting Stripe to Rever takes two steps - an admin enables the stripe connector for your org first, then add your API key. Here's how to get everything ready.
What You'll Need
- A Stripe API Key - either a Secret Key (
sk_live_.../sk_test_...) or a Restricted Key (rk_live_.../rk_test_...)
Step 1 - Log In to Stripe
Go to dashboard.stripe.com and log in. If you don't have a Stripe account yet, signing up is free and you'll be in test mode right away at dashboard.stripe.com/register.
Step 2 - Get Your API Key
Go directly to your Stripe API keys page:
- Live mode: dashboard.stripe.com/apikeys
- Test mode: dashboard.stripe.com/test/apikeys
Option A - Restricted Key (recommended)
Click Create restricted key, give it a name, set the permissions you need - read access to Customers, Invoices, Charges, and Payouts is a good starting point for a finance integration. Click Create key, complete two-factor verification, and copy the key before closing.
Your key will start with rk_live_... (production) or rk_test_... (test mode).
Option B - Secret Key
Under Secret key, click Reveal test key for test mode or copy the live key for production. These keys have full access to your Stripe account, so only use this if you really need it.
Your key will start with sk_live_... (production) or sk_test_... (test mode).
Both restricted and secret keys are shown only once after creation. Copy your key immediately and store it somewhere secure before closing the page.
Step 3 - Connect in Rever
Stripe connects in two steps inside Rever:
-
Enable for your org - An admin goes to Connections, finds Stripe, and clicks Connect. This enables Stripe at the organization level. No credentials are needed here.
-
Add your API key - Once enabled, open the Stripe connector card, click the (⋯) menu, select Connect credentials, paste your
rk_live_...orsk_live_...key, and save.
After that, Rever will have access to your Stripe data and you're good to go.