Skip to main content

Stripe

Stripe
Payments and subscriptions · API key

Stripe provides read-only queries for balances, customers, subscriptions, invoices, and charges.

Preparing a key

Create a restricted key in Stripe with read access only to the required resources. Use test mode first to validate prompts and results.

Connecting

  1. The organization enables Stripe and grants access.
  2. Open Profile > Integrations and select Connect.
  3. Enter https://api.stripe.com as the URL and paste the restricted key under API key.
  4. Save. GESCON validates the key by querying the balance.

What it can do

  • Query the balance.
  • List and open customers.
  • List and open subscriptions.
  • List invoices and charges.

The current tools do not create charges or modify subscriptions.

Examples

Summarize active subscriptions that end this month.

Find open invoices for customer acme@example.com.

Show the latest failed charges and group them by reason.

Back to the catalog