← Artifacts & connectors

stripe

Stripe

Official CLI · stripe

Reads
signups, conversions, conversion rate, revenue, MRR delta.
Locators
Checkout/payment-link URL, product or price id, or a serialized list query.
Evidence for a linked target
Stripe CLI / API result for the connected account.
Official docs
https://docs.stripe.com/stripe-cli

Usage

Agent command: superdense reward docs connectors --connector stripe

# stripe — usage

Use the official `stripe` CLI to read conversions and revenue — the real reward for a
landing page or a conversion-focused software change.

```bash
# Recent successful payments in a window
stripe charges list --limit 100
# New customers (proxy for signups/conversions)
stripe customers list --limit 100
```

**Reward dimensions:** signups, conversions, revenue, MRR delta.
**Locators:** checkout/payment-link URL, product/price id, serialized query.

Install

Agent command: superdense reward docs connectors --connector stripe --section install

Install the official **stripe** CLI and authenticate it for the account that owns the artifact.

Use the vendor's official installation guide rather than a copy here, so steps stay current:

- https://docs.stripe.com/stripe-cli#install

Once installed and authenticated, the `usage` section shows how to read metrics.

Troubleshoot

Agent command: superdense reward docs connectors --connector stripe --section troubleshoot

If a `stripe` call fails, the fastest fix is usually re-auth or a version bump.

Check, in order:

1. **Auth** — confirm you are logged in to the right account/scope.
2. **Version** — update stripe to the latest release.
3. **Permissions** — confirm the account can see the resource.

For anything deeper, use the official troubleshooting docs:

- https://docs.stripe.com/stripe-cli