API Reference
Reference for the REST API
Endpoint used by Stripe to deliver webhook events. This endpoint is authenticated via Stripe’s signature headers, not via the normal API authentication.
cURL
curl --request POST \ --url https://api.xata.tech/webhooks/stripe \ --header 'Content-Type: application/json' \ --data '{}'
Stripe webhook event payload
Webhook received and processed successfully
Was this page helpful?