PingBell
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

  1. In PingBell, click the three dots next to your PingBell and select Copy URL.
  2. In your Stripe dashboard, go to Developers → Webhooks.
  3. Click Add endpoint.
  4. Paste your PingBell URL into the endpoint URL field.
  5. Pick the events to subscribe to. Common picks:
    • charge.succeeded — one-time revenue
    • customer.subscription.created — new MRR
    • invoice.paid — subscription renewals
    • checkout.session.completed — Stripe Checkout conversions
  6. 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.