Skip to main content
POST
/
api
/
stripe
/
webhook
Stripe webhook handler
curl --request POST \
  --url https://app.dacard.ai/api/stripe/webhook \
  --header 'Content-Type: text/plain' \
  --data '<string>'
{
  "received": true
}

Body

text/plain

The body is of type string.

Response

Webhook received

received
boolean
Example:

true