Integrations
Stripe integration
Connect Stripe to see customer billing plan, status, and renewal date inside Winora.
Stripe integration
The Stripe integration lets you see a customer's billing information - plan name, subscription status, and renewal date - directly inside Winora without switching tabs. This appears automatically in the inbox right panel and in the contact profile whenever a conversation or contact email matches a Stripe customer.
Prerequisites
- A Stripe account with active customers
- Owner or Admin role in your Winora workspace
Step 1 — Create a Restricted Key in Stripe
For security, use a Restricted Key with read-only permissions rather than your main Secret Key.
- Log in to the Stripe Dashboard.
- Go to Developers → API keys → Create restricted key.
- Give it a name (e.g. "Winora - read only").
- Under Permissions, enable Read access for:
- Customers
- Subscriptions
- Leave everything else as None.
- Click Create key and copy the key (starts with
rk_live_orrk_test_).
Step 2 — Connect Stripe in Winora
- Open your Winora workspace and go to Settings → Integrations.
- Find Stripe in the integrations list and click Connect.
- Paste your Restricted Key into the Secret key field.
- Click Save & Connect.
A green Connected badge will appear next to Stripe once saved.
How it works
After connecting, whenever a contact emails you:
- Winora looks up their email address in your Stripe account.
- If a matching customer is found, a 💳 Stripe card appears in:
- The inbox right panel when viewing the conversation
- The contact detail panel in the Contacts page
- The card shows:
- Plan name (e.g. "Pro Monthly")
- Status (active, trialing, past_due, cancelled)
- Renewal date (next billing date)
If no Stripe customer is found for that email, the card does not appear.
Disconnecting
Go to Settings → Integrations → Stripe and click Disconnect. Winora stops making Stripe API calls immediately. Your Stripe data is not deleted from Winora - it simply stops being fetched.
Using test mode
If you want to test the integration with Stripe test data, use a Restricted Test Key (starts with rk_test_). Create test customers in the Stripe dashboard and send test messages from matching email addresses.