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
- The organization enables Stripe and grants access.
- Open Profile > Integrations and select Connect.
- Enter
https://api.stripe.comas the URL and paste the restricted key under API key. - 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.