Read Stripe Webhooks
Handles Stripe Webhook events Returns a simple response (of type JSONResponse) even when there are no failures. @throws PulzeHttpException
@Note: Do NOT return
, allow the function to continue to the end.
POST
Response
200 - application/json
The response is of type any
.
Was this page helpful?