curl --request POST \
--url https://api.dualship.run/webhooks/stripe \
--header 'X-Hookdeck-Signature: <x-hookdeck-signature>'{
"received": true
}Handle webhook events from Stripe (via Hookdeck)
curl --request POST \
--url https://api.dualship.run/webhooks/stripe \
--header 'X-Hookdeck-Signature: <x-hookdeck-signature>'{
"received": true
}Was this page helpful?