---
title: "Ingest a Stripe webhook event"
method: POST
path: "/webhooks/{pipeline_id}"
tags: ["Webhooks"]
---

# Ingest a Stripe webhook event

`POST /webhooks/{pipeline_id}`

Receives a raw Stripe webhook event, verifies its signature using the pipeline's webhook secret, and enqueues it for processing by the active pipeline.

## Path parameters

- `pipeline_id` string, required

## Response `200`

Event accepted

---

[API](https://skmtc.dev/stripe/apis/stripe-sync-service.md) · [All operations](https://skmtc.dev/stripe/apis/stripe-sync-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/stripe-sync-service/revisions/0fb02347c6cc/schema)
