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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.