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 → Integrations → Stripe → Connect → 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
| Spec | Detail |
|---|---|
| Auth | Restricted read-only key |
| API | Stripe REST (v1) |
| Access | Read on Charges / Invoices / Subscriptions |
| Reads | Amounts + counts, totalled here |
| Refresh | Daily, 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.