
Stripe Latest Charges
Pricing
Pay per event

Stripe Latest Charges
Fetch and export the latest Stripe charges with this powerful Apify Actor. Ideal for automating sales reporting, tracking payment data, or integrating Stripe transactions into your SaaS analytics, finance dashboards, or eCommerce workflows. Fast, secure, 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 Sales Fetcher β Apify Actor
Easily fetch and analyze your latest Stripe sales (charges) using this powerful, ready-to-deploy Apify Actor.
Whether you're building dashboards, automating sales reporting, or integrating with financial analytics tools, this Stripe Sales Fetcher is a simple yet flexible solution built on Python and the Apify SDK.
π What It Does
This Actor connects to your Stripe account via API and retrieves the most recent sales data, including:
- π§Ύ Charge ID
- π° Amount (converted to currency units)
- π± Currency
- π¦ Status
- π Description
- π Timestamp
- π§ Customer email and name
- π³ Payment method type
- π¦ Card brand and last 4 digits (if available)
β Why Use This?
- π Automated Stripe charge retrieval
- π Simplifies sales data exports for analysis or reporting
- βοΈ Runs in the cloud, no server setup needed
- π Integrates directly into Apify workflows and datasets
- π Supports up to 100 recent charges per run
- π§© Ideal for financial automation, SaaS analytics, eCommerce tracking, and payment data auditing
βοΈ Input Configuration
This Actor expects a JSON input with the following fields:
{ "stripe_api_key": "sk_live_YOUR_SECRET_KEY", "sales_limit": 10 }
stripe_api_key
(required): Your Stripe secret keysales_limit
(optional): Number of latest charges to fetch (default is 5, max is 100)
π€ Output
The Actor pushes structured sales data to the Apify dataset. Example output:
{ "charge_id": "ch_1XXXXXXX", "amount": 49.99, "currency": "USD", "status": "succeeded", "description": "Monthly subscription", "created_timestamp": 1721309123, "customer_email": "user@example.com", "customer_name": "John Doe", "payment_method_type": "card", "card_brand": "visa", "card_last4": "4242" }
π Use Cases
- πΌ Monthly revenue tracking
- π Customer payment insights
- π§Ύ Charge reconciliation and auditing
- π Data pipelines for finance teams
- π Visual dashboards with no-code platforms
- π οΈ SaaS metrics collection
π οΈ 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
- Run the Actor manually or schedule it to run automatically
- Export or process the results from the Apify dataset
π 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 sales, Stripe charges, Apify Actor, Python automation, serverless data pipeline, SaaS analytics, payment monitoring, financial reporting, charge history, eCommerce analytics, customer payments, automated billing data