Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

ProviderWebhookPayload

The details of the webhook event payload.

Properties

providerstringRequired
The ID of the provider to pass the webhook event payload to.
payloadobjectRequired
The webhook event payload passed to the specified provider.
payload.dataRecord<string, unknown>Required
The parsed webhook body.
payload.rawDatastring | BufferRequired
The raw webhook request body.
payload.headersRecord<string, unknown>Required
The headers of the webhook request.
Was this section helpful?