curl --request POST \
--url http://0.0.0.0:3000/v1/billing/stripe/webhook \
--header 'Content-Type: application/json' \
--header 'stripe-signature: <stripe-signature>' \
--data '
{
"id": "evt_xxx",
"type": "checkout.session.completed",
"data": {}
}
'{
"received": true
}curl --request POST \
--url http://0.0.0.0:3000/v1/billing/stripe/webhook \
--header 'Content-Type: application/json' \
--header 'stripe-signature: <stripe-signature>' \
--data '
{
"id": "evt_xxx",
"type": "checkout.session.completed",
"data": {}
}
'{
"received": true
}Stripe webhook signature for verification
Stripe event payload
Webhook processed