Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hyperfx.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Auth type: API
For general setup steps, permissions, and troubleshooting, start with: App Integrations.

Connect Stripe

  1. Go to Settings → Apps in Hyper
  2. Select Stripe → Connect New
  3. Provide your Stripe API key (use a restricted key with only needed permissions)

Common capabilities

  • Automate payment processing and subscription billing
  • Monitor revenue and generate financial reports
  • Manage customers, invoices, and payment methods

Use in Chat

Enable Stripe in the tool selector. Ask your agent to check payment status, generate reports, or manage subscriptions.

Use in Agents

Add Stripe to an agent’s toolkits and select the connection. Mark sensitive actions (create charges, refunds) as “requires approval.”

Use in Flows

Automate billing, revenue reporting, and payment workflows using Stripe action nodes.

Troubleshooting

  • API errors: verify your API key and account configuration
  • Permission denied: ensure the API key has the required scopes

Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to Enabled, Requires Approval, or Disabled in your agent’s toolkit settings. Actions can be set to one of three control states:
StateBehavior
EnabledAgent runs the action automatically
Requires ApprovalAgent pauses and waits for your confirmation before proceeding
DisabledAction is blocked and cannot be used
Configure these in the agent’s toolkit settings or in workspace defaults.
ActionDescription
Calculate Mrr
Cancel Subscription
Create Coupon
Create CustomerCreate a new Stripe customer with email, name, phone, and description
Create Invoice
Create Payment Intent
Create Payment LinkCreate a Stripe payment link for a price ID
Create Price
Create ProductCreate a new Stripe product with a name and optional description
Create Refund
Create Subscription
Finalize Invoice
Get BalanceGet your Stripe account balance (available and pending amounts)
Get ChargeGet a Stripe charge by ID, including refund and dispute status
Get CustomerGet a Stripe customer by ID, including balance and metadata
Get InvoiceGet a Stripe invoice by ID, including line items and payment URLs
Get Payment IntentGet a Stripe payment intent by ID
Get PriceGet a Stripe price by ID
Get ProductGet a Stripe product by ID
Get SubscriptionGet a Stripe subscription by ID, including items, plan, and trial info
List Balance Transactions
List Charges
List CouponsList Stripe coupons
List CustomersList or search Stripe customers. Optionally filter by email
List Invoices
List Payment IntentsList Stripe payment intents. Optionally filter by customer
List Payment LinksList Stripe payment links. Optionally filter by active status
List Prices
List ProductsList Stripe products. Optionally filter by active status
List Refunds
List Subscriptions
Update CustomerUpdate an existing Stripe customer. Only provided fields are changed
Update ProductUpdate a Stripe product. Only provided fields are changed
Update Subscription
Void InvoiceVoid a Stripe invoice. Only open or uncollectible invoices can be voided