Skip to content
Jents Academy
Integrations 3 min read

Stripe

Connect Stripe to measure revenue directly, the cleanest proof an agent pays for itself.

What you can measure

  • Sum of charge or invoice amounts, or count of payments / subscriptions, over a window.
  • Slice by status (succeeded, paid…) and currency.
  • Amounts are converted from cents to your currency's major units automatically.

Good things to measure: revenue collected, payments succeeded, new subscriptions.

Connect it

In Stripe, go to Developers → API keys → Create restricted key, grant Read on Charges (and Invoices / Subscriptions if you'll measure those), and copy it (it starts with rk_).

In Jents, Settings → IntegrationsStripeConnect → paste the restricted key (live or test). Stored encrypted.

What Jents reads

Jents pages the charges / invoices / subscriptions in your window and totals the amounts and counts here (bounded to 20,000 rows). It never reads card numbers or customer PII, a restricted read key can't expose them.

Specs

SpecDetail
AuthRestricted read-only key
APIStripe REST (v1)
AccessRead on Charges / Invoices / Subscriptions
ReadsAmounts + counts, totalled here
RefreshDaily, plus on-demand

Privacy & security

Read-only, restricted to billing objects, totals only, never card or customer data. Every read goes through one audited, aggregate-only path and lands in your audit log. Credentials are encrypted at rest, we never train on or share your data, and you can disconnect anytime, see Privacy and Trust.

Helpful links

Next in Integrations
Google Sheets