Test a webhookAsk AIpost https://api.mollie.com/v2/webhooks/{webhookId}/pingSends a test event to the webhook to verify the endpoint is working as expected. Access withOrganization 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.Updated 11 days ago