🌐 EN | PL
Tools: n8n, Stripe, Telegram, Google Sheets
An n8n automation that monitors Stripe payments via webhook and delivers real-time notifications to Telegram.
Every successful payment is automatically logged to Google Sheets with full transaction details: timestamp, amount, currency, customer email, description, and payment ID.
The system includes a configurable high-value payment threshold: transactions above the set amount trigger an additional alert, ensuring important payments get immediate attention.
Who this is for: Online businesses, SaaS companies, and e-commerce stores using Stripe who want instant payment visibility without constantly checking the Stripe dashboard.
1. Stripe sends a webhook event when a payment succeeds
2. Payment data is extracted: amount, currency, customer email, description, payment ID
3. Transaction details are logged to Google Sheets
4. A Telegram notification is sent with full payment information
5. If the payment amount exceeds the configured threshold, an additional high-value alert is sent
End-to-end workflow architecture: Stripe webhook → data extraction → Google Sheets logging → Telegram alerts with high-value detection
Test payment created in Stripe sandbox, triggers the entire automation pipeline
Real-time Telegram alerts: standard payment notification and high-value payment warning
Transactions automatically logged with timestamp, amount, currency, customer email, and payment ID
Complete n8n workflow with Config node, Google Sheets logging, Telegram alerts, and conditional high-value detection
Nodes: 9
Key integrations: Stripe (webhook), Telegram, Google Sheets
Notable features:
Real-time webhook processing: notifications within seconds
Configurable high-value threshold
Full transaction logging to Google Sheets
Threshold comparison in the payment's currency (works with any Stripe-supported currency)
No AI component, pure automation