- Automate
- /
- Alert Slack on every new Stripe charge
Use case· 3 steps
How do I get a Slack notification when Stripe charges a customer?
Celebrate wins, catch refunds, and watch revenue in real time. Every Stripe charge — successful or failed — lands in the channel you pick with the customer and amount.
How it works
Set up "Alert Slack on every new Stripe charge" in 3 steps
- 1Trigger on Stripe chargeAdd the Stripe → New Charge trigger. Tiny Command auto-registers the webhook with Stripe.
- 2Format the messageUse the charge's amount, customer name and metadata to compose a one-line Slack message.
- 3Post to SlackSend the formatted message to your #sales or #revenue channel via Slack → Send Channel Message.
FAQ
Common questions about this recipe
Can I only alert on charges above a threshold?
Yes — add a Filter node and check that the amount exceeds the threshold you care about.
Does this work for failed charges too?
Yes, use the Stripe → Failed Charge trigger separately for refund/decline alerts.