BoltReply.io

BoltReply.io webhooks

Stripe webhook endpoint and verification requirements for BoltReply.io billing events.

BoltReply.io receives billing events from Stripe at POST /api/webhook. This is an inbound service endpoint, not a public API operation that agents should call directly.

Verification

Requests must include Stripe's stripe-signature header and a raw event body signed with the configured webhook secret. Invalid signatures return a JSON error with a recovery hint. A verified event receives:

{ "received": true }

Integration guidance

If you are integrating with BoltReply.io, do not send synthetic events to this endpoint. Use Stripe's official webhook delivery flow and inspect the OpenAPI specification for the response contract. For billing support, contact admin@boltreply.io.

On this page