Using PingBell
How to receive push notifications from Stripe with PingBell
Wire Stripe to PingBell via Stripe's built-in webhook endpoints. Two minutes of setup.
Setup
- In PingBell, click the three dots next to your PingBell and select Copy URL.
- In your Stripe dashboard, go to Developers → Webhooks.
- Click Add endpoint.
- Paste your PingBell URL into the endpoint URL field.
- Pick the events to subscribe to. Common picks:
charge.succeeded— one-time revenuecustomer.subscription.created— new MRRinvoice.paid— subscription renewalscheckout.session.completed— Stripe Checkout conversions
- Save the endpoint.
Stripe will start sending events to PingBell. Test by creating a test charge in Stripe's test mode.
Full walkthrough
For a step-by-step blog post with screenshots, see How to receive push notifications from Stripe with PingBell.