Stripe agent 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-agent-stripe
Usage
from airbyte_agent_stripe import StripeConnector, StripeAuthConfig
connector = StripeConnector(
auth_config=StripeAuthConfig(
api_key="..."
)
)
result = await connector.customers.list()
Full documentation
This connector supports the following entities and actions.
| 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 this connector's full reference documentation.
For the service's official API docs, see the Stripe API reference.
Version information
- Package version: 0.5.24
- Connector version: 0.1.2
- Generated with Connector SDK commit SHA: 12f6b994298f84dfa217940afe7c6b19bec4167b