Handles incoming Stripe webhook events for payment processing and subscription management.
curl --request POST \
--url https://api.fluxer.app/v1/stripe/webhook{
"received": true
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Success
Whether the webhook was successfully received
curl --request POST \
--url https://api.fluxer.app/v1/stripe/webhook{
"received": true
}