stripe-webhook

Configure Stripe webhook endpoints via the dashboard using Playwright.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mqzkim/trading --skill stripe-webhook-mqzkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-webhook
Source: https://github.com/mqzkim/trading/tree/main/.agents/skills/stripe-webhook
Command: npx skills add https://github.com/mqzkim/trading --skill stripe-webhook-mqzkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating or creating webhook endpoints in the Stripe dashboard, ensuring your application receives necessary payment event notifications without manual intervention.

Core Features & Use Cases

  • Automatic Endpoint Management: Updates existing webhook URLs or creates new ones based on provided domain and event subscriptions.
  • Secure Secret Handling: Retrieves and displays the signing secret for secure integration.
  • Use Case: When deploying a new version of your e-commerce site to a staging domain, use this Skill to automatically configure the Stripe webhook to send payment events to the new environment.

Quick Start

Use the stripe-webhook skill to update the endpoint for the domain shipkit.work with the events checkout.session.completed and customer.subscription.updated.

Frequently Asked Questions about stripe-webhook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Stripe webhook endpoint updates?

You can automate Stripe webhook endpoint updates by using browser automation via Playwright to interact with the Stripe dashboard. This automatically configures new endpoints or updates existing ones with specified domain paths and event subscriptions.

What is needed to automate Stripe webhook configuration?

Automating Stripe webhook configuration requires Playwright for browser automation and your Stripe account credentials. These dependencies are necessary to access the dashboard and manage webhook endpoint settings programmatically.

Can I automatically retrieve the Stripe webhook signing secret?

Yes, automating Stripe webhook configuration can securely retrieve and display the signing secret. This ensures you have the necessary secret for integrating the webhook endpoint with your application.

How do I configure Stripe payment events for a staging domain?

To configure Stripe payment events for a staging domain, you provide the new domain path and desired event subscriptions. The automation updates the webhook endpoint in the Stripe dashboard to route payment notifications to the new environment.

Does updating Stripe webhooks via browser automation work for existing endpoints?

Yes, updating Stripe webhooks via browser automation works for existing endpoints. It automatically detects and updates the webhook URL or creates a new endpoint based on the domain path you provide.