Handles incoming Stripe webhook events for payment processing and subscription management.
curl --request POST \
--url https://api.fluxer.app/v1/stripe/webhook{
"received": true
}Success
Whether the webhook was successfully received
curl --request POST \
--url https://api.fluxer.app/v1/stripe/webhook{
"received": true
}