POST api/webhook/stripe
Handles Stripe webhook events. Currently processes checkout.session.completed for the cancellation_fee flow: cancels the Stripe subscription and updates DB status. TODO: add Stripe webhook signature verification before going to production.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.