curl --request POST \
--url https://api.devkit4ai.com/api/v1/payments/stripe/webhooks/{project_id}/{mode}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Receive and process webhook events from Stripe. Configure this URL in your Stripe dashboard.
curl --request POST \
--url https://api.devkit4ai.com/api/v1/payments/stripe/webhooks/{project_id}/{mode}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}