Skip to content

Issue: Missing webhook-signature header and empty data field in test webhooks #6

@dmalis

Description

@dmalis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions