Skip to main content
POST
/
webhooks
/
stripe
Stripe webhook handler
curl --request POST \
  --url https://api.dualship.run/webhooks/stripe \
  --header 'X-Hookdeck-Signature: <x-hookdeck-signature>'
{
  "received": true
}

Headers

X-Hookdeck-Signature
string
required

Hookdeck webhook signature

Response

Webhook received

Webhook processing response

received
boolean
Example:

true