Obtain a Stripe Webhook Secret | Scribe

    Obtain a Stripe Webhook Secret

    • Devin Green |
    • 13 steps |
    • 49 seconds
    1
    Navigate to [https://dashboard.stripe.com/test/webhooks](https://dashboard.stripe.com/test/webhooks)
    2
    Click "Add endpoint"
    3
    Click the "Endpoint URL" field and enter "[https://your.domain/stripe/webhook](https://your.domain/stripe/webhook)". Replace "your.domain" with your domain.
    4
    Add an optional description for the webhook
    5
    Click "+ Select Events"
    6
    Click the "Search events…" field and search for "checkout"
    7
    Click "checkout.session.completed"
    8
    Click "Add events"
    9
    Click "Add endpoint"
    10
    Navigate to [https://dashboard.stripe.com/test/webhooks/we_1LMw2iDC2HEHSTCYmkUIBfji](https://dashboard.stripe.com/test/webhooks/we_1LMw2iDC2HEHSTCYmkUIBfji)
    11
    Click "Reveal" to get your signing secret.
    12
    Copy the ENTIRE secret
    13
    Paste your secret here (CTRL + V or Cmd + V)