Description:
It appears that webhook version v1 is the recommended format. However, when sending a test webhook from the developer dashboard, the request does not include the webhook-signature header, and the data field in the payload is empty.
Additionally, the webhook secret is provided in the ws_***** format. Since the Whop SDK uses standard webhooks, a different secret format (matching the expected signature generation scheme) may be required.
Impact:
• Test webhooks cannot currently be verified using the provided secret, as the signature header is missing.
• The empty data payload prevents testing end-to-end webhook handling logic.
Expected Behavior:
• The test webhook should include a valid webhook-signature header generated using the associated secret.
• The data field should contain a representative example payload to allow developers to test integrations effectively.