Stripe webhook — fulfils Map Token / Supporter purchases
POST/api/stripe/webhook
This is a Stripe-initiated webhook, not an endpoint meant to be called directly by API clients. Requests are verified via the Stripe-Signature header against the configured webhook secret, not via any of this API's normal auth schemes. Processing is idempotent per event, tracked in mixed_stripe_webhook_events, so a retried delivery cannot double-grant tokens.
Request
Responses
- 200
- 400
OK
Signature verification failed