Test a webhookpost https://api.mollie.com/v2/webhooks/{webhookId}/pingSends a test event to the webhook to verify the endpoint is working as expected. Access withAdvanced access token with webhooks.writeOAuth access with webhooks.writePath ParamswebhookIdstringrequiredProvide the ID of the related webhook.Body ParamstestmodebooleanYou can enable test mode by setting testmode to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.Responses 202Accepted. 404No entity with this ID exists. 422The request contains issues. For example, if the webhook has already been deleted. 429Rate Limit has been reached.Updated 30 days ago