- The Issue: βI have configured my webhook URL
https://example.com/webhook.php. My test payments are successful, but my webhook is not called.β - 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 likePAYMENT_COMPLETEDorPAYOUT_UPDATED.β - What Iβve Checked: βI have checked my
webhook.phpfile, and it is configured to log all incoming requests and immediately returns a200 OKstatus, so the issue is likely not on my server side, but with the event selection.β - The Goal: βHow can I locate and enable the Collect API webhooks, specifically
PAYMENT_COMPLETED?β