Webhook Endpoints
Incoming gateway webhooks
What it is
Webhook endpoints receive payment confirmations from gateways (Stripe, PayPal).
How it works
/webhooks/stripe, /webhooks/paypal. Verify signature, process event, update invoice.
How to set up
Add webhook URL in gateway dashboard. Use https://yourdomain.com/webhooks/{gateway}. Copy signing secret to module config.
Was this helpful?