1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docs/ai-agents/connectors/stripe
devin-ai-integration[bot] b2afd6e91e docs: update terminology - Platform and AI agents (#70910)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com>
2025-12-13 22:26:24 +00:00
..

Airbyte Stripe AI Connector

Stripe is a payment processing platform that enables businesses to accept payments, manage subscriptions, and handle financial transactions. This connector provides access to customers for payment analytics and customer management.

Example Questions

  • Show me my top 10 customers by total revenue this month
  • List all customers who have spent over $5,000 in the last quarter
  • Analyze payment trends for my Stripe customers
  • Identify which customers have the most consistent subscription payments
  • Give me insights into my customer retention rates
  • Summarize the payment history for [customerX]
  • Compare customer spending patterns from last month to this month
  • Show me details about my highest-value Stripe customers
  • What are the key financial insights from my customer base?
  • Break down my customers by their average transaction value

Unsupported Questions

  • Create a new customer profile in Stripe
  • Update the billing information for [customerX]
  • Delete a customer record
  • Send a payment reminder to [customerX]
  • Schedule an automatic invoice for [Company]

Installation

uv pip install airbyte-ai-stripe

Usage

from airbyte_ai_stripe import StripeConnector, StripeAuthConfig

connector = StripeConnector(
  auth_config=StripeAuthConfig(
    api_key="..."
  )
)
result = connector.customers.list()

Documentation

Entity Actions
Customers List, Get, Search
Invoices List, Get, Search
Charges List, Get, Search
Subscriptions List, Get, Search
Refunds List, Get
Products List, Get, Search
Balance Get
Balance Transactions List, Get
Payment Intents List, Get, Search
Disputes List, Get
Payouts List, Get

For detailed documentation on available actions and parameters, see REFERENCE.md.

For the service's official API docs, see Stripe API Reference.

Version Information

Package Version: 0.5.11

Connector Version: 0.1.2

Generated with connector-sdk: 1ab72bd8e7249872a4cf66327dd1a0bf68905acb