Skip to main content
POST
/
api
/
v1
/
payments
/
stripe
/
webhooks
/
{project_id}
/
{mode}
Handle Stripe Webhook
curl --request POST \
  --url https://api.devkit4ai.com/api/v1/payments/stripe/webhooks/{project_id}/{mode}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

project_id
string<uuid>
required
mode
string
required

Response

Successful Response