
Stripe Analytics
Pricing
Pay per event

Stripe Analytics
Fetch Stripe balance history & payouts for any date range. This actor automates financial data exports for accounting, reconciliation, and cash flow analysis. Perfect for finance teams, SaaS analytics, and automated reporting workflows. Secure, fast, and ready for scheduled cloud execution.
0.0 (0)
Pricing
Pay per event
0
Total users
1
Monthly users
1
Last modified
4 days ago
π Stripe Analytics Fetcher β Apify Actor
Easily fetch and analyze your core Stripe financial data, including balance history and payouts, using this powerful, ready-to-deploy Apify Actor.
Whether you're building financial dashboards, automating reconciliation, or integrating with analytics tools, this Stripe Analytics Fetcher is a flexible solution built on Python and the Apify SDK.
π What It Does
This Actor connects to your Stripe account via API and retrieves key financial data within a specified date range (defaults to the last 7 days). It fetches two main types of data:
π Balance History
Detailed records of all transactions that affect your Stripe balance.
- π§Ύ Transaction ID
- π° Gross Amount, Net Amount, and Fee (converted to currency units)
- π± Currency
- π¦ Status (e.g., available, pending)
- π Type (e.g., charge, refund, payout)
- π Timestamp
- π Source object details (like the original charge or refund ID)
πΈ Payouts
Records of funds transferred from your Stripe balance to your bank account.
- π§Ύ Payout ID
- π° Amount
- π± Currency
- π¦ Status (e.g., paid, in_transit)
- π Arrival Date
- π Creation Timestamp
- π³ Payout method and type
β Why Use This?
- π Automated Stripe financial data retrieval
- π Simplifies data exports for financial analysis, accounting, and reporting
- βοΈ Runs in the cloud, no server setup needed
- π Integrates directly into Apify workflows and datasets
- π Supports filtering by date range for precise reporting
- π§© Ideal for financial automation, cash flow analysis, and payment data auditing
βοΈ Input Configuration
This Actor expects a JSON input with the following fields:
{ "stripe_api_key": "sk_live_YOUR_SECRET_KEY", "analytics_limit": 25, "start_date": "2023-10-01", "end_date": "2023-10-31" }
stripe_api_key
(required): Your Stripe secret key.analytics_limit
(optional): Number of records to fetch for each data type (default is 10).start_date
(optional): The start date for the data range inYYYY-MM-DD
format.end_date
(optional): The end date for the data range inYYYY-MM-DD
format.
Note: If
start_date
andend_date
are omitted, the Actor will default to fetching data from the last 7 days.
π€ Output
The Actor pushes structured financial data to the Apify dataset, separated into different views.
Balance History Example:
{ "transaction_id": "txn_1XXXXXXX", "amount": 5500, "net": 5302, "fee": 198, "currency": "USD", "status": "available", "type": "charge", "description": "Charge for order #123", "created_timestamp": 1721312400, "source_id": "ch_1XXXXXXX", "source_object": "charge" }
Payout Example:
{ "payout_id": "po_1XXXXXXX", "amount": 12550, "currency": "USD", "status": "paid", "arrival_date": 1721347200, "created_timestamp": 1721319000, "method": "standard", "type": "bank_account", "description": "STRIPE PAYOUT" }
π Use Cases
- πΌ Financial reconciliation and auditing
- π Cash flow analysis and tracking
- π§Ύ Payout verification against bank statements
- π Data pipelines for finance and accounting teams
- π Visual dashboards with no-code platforms
- π οΈ Comprehensive financial reporting
π οΈ Technologies Used
- Python 3.11+
- Stripe API
- Apify SDK
asyncio
for non-blocking API calls
π Getting Started
- Deploy this Actor on Apify.
- Add your Stripe API key to the input configuration.
- (Optional) Set your desired date range and record limit.
- Run the Actor manually or schedule it to run automatically.
- Export or process the results from the Apify dataset views.
π Security Note
Make sure to store and use your Stripe secret key securely. Never commit it to version control or share it publicly.
π Support
Have questions, ideas, or feature requests?
Feel free to open an issue, contact support via Apify, or fork the project and contribute.
Keywords: Stripe API, Stripe integration, Stripe analytics, Stripe balance, Stripe payouts, Apify Actor, Python automation, serverless data pipeline, financial reporting, cash flow analysis, payment monitoring, accounting automation, financial data, API reporting
On this page
Share Actor: