A Stripe successful payment alert is a Slack message posted the moment a payment goes through. ChargeBell listens for Stripe's payment_intent.succeeded event and turns it into a plain-English message with the amount, the customer, and what you keep after fees, in the channel your team already watches.
payment_intent.succeeded is the Stripe event that fires when a PaymentIntent is fully paid: the customer's card (or other method) was charged successfully and the money is on its way to your balance. It's the canonical "you got paid" signal for one-off charges and invoice payments alike.
- Momentum and morale: a steady stream of wins in a shared channel keeps the team motivated.
- Fast reactions. Big or first-time payments can trigger onboarding, a thank-you, or a heads-up to success.
- A lightweight ledger: a channel of payments is an at-a-glance record without opening Stripe.
Raw webhook data isn't useful in Slack. A good alert answers "how much did we actually keep, and who paid?" at a glance. ChargeBell computes the net after Stripe fees and adds the customer, so you don't have to.
#payments
🔔ChargeBellApp
🔔 You got paid: $249.00 from Jamie at Northloop
You keep $241.48 after fees · their 4th payment
Fields ChargeBell can include
- Gross amount and net after Stripe fees
- Customer name or email, when Stripe provides it
- Whether it's a first-time or returning customer
- Currency and payment status
Route successful payments to a channel like #payments or #wins where the whole team can see them. If you get a lot of volume, set a minimum amount so only meaningful payments post, or rely on the daily digest for the routine total.
- 1
Connect Stripe
One-click, read-only OAuth. ChargeBell can see payment events and can never move money.
- 2
Connect Slack and pick a channel
Add the app and choose where successful payments should post.
- 3
Enable the payment received alert
It's on by default. Optionally set a minimum amount to cut noise.
- 4
Send a test alert
Confirm the message looks right before your next real payment.
- Failed payment alerts: catch churn before it happens
- Refund alerts, to keep support and finance in the loop
- Payout alerts: know when money lands in your bank
Connect Stripe and Slack, pick a channel, and send a test alert. Free plan, no card needed.