Cannot find PAYMENT_COMPLETED webhook event in Client Portal and webhook not triggerd

  1. The Issue: β€œI have configured my webhook URL https://example.com/webhook.php. My test payments are successful, but my webhook is not called.”
  2. What I See: β€œIn the Rapyd Client Portal under Developers > Webhooks > Management, I can only see event types for Rapyd Protect (Quarantine Release Failed, etc.). I do not see the standard payment events like PAYMENT_COMPLETED or PAYOUT_UPDATED.”
  3. What I’ve Checked: β€œI have checked my webhook.php file, and it is configured to log all incoming requests and immediately returns a 200 OK status, so the issue is likely not on my server side, but with the event selection.”
  4. The Goal: β€œHow can I locate and enable the Collect API webhooks, specifically PAYMENT_COMPLETED?”