Receives and processes a Stripe payment webhook.

Behavior: Processes incoming Stripe webhook payloads by forwarding the raw input string to the payment unit of work for processing.

Authorization: Requires a valid Bearer token.

Side Effects: The payment webhook payload is processed, which may update payment or subscription state.

Error Scenarios: Throws if the input string is null or empty. Returns 401 Unauthorized if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The raw Stripe webhook payload as a string.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json