Handles Stripe webhook events for subscription lifecycle management. Authenticated via Stripe webhook signature verification (not user-callable).
cURL
curl --request POST \ --url https://app.dacard.ai/api/stripe/webhook \ --header 'Content-Type: text/plain' \ --data '<string>'
{ "received": true }
The body is of type string.
string
Webhook received
true
Was this page helpful?