PlexySDK DOCS

Configure and Manage Webhooks

Set up and manage webhook endpoints in your Plexy Dashboard

Configure and Manage Webhooks

Configure webhook endpoints to receive event notifications from Plexy.

Create a webhook endpoint

Go to Developers > Webhooks in your Plexy Dashboard.

Click Add Endpoint and enter your webhook URL:

https://yoursite.com/webhooks/plexy

Choose which events to subscribe to, or select "All events" to receive everything.

Save the endpoint and use the Send Test button to verify it's working.

Endpoint requirements

Your webhook endpoint must:

  • Use HTTPS (required for production)
  • Accept POST requests
  • Return a 2xx status code within 30 seconds
  • Be publicly accessible

Configure event subscriptions

Subscribe only to the events you need to reduce unnecessary traffic:

CategoryEvents
Paymentspayment.created, payment.succeeded, payment.failed
Refundsrefund.created, refund.succeeded, refund.failed
Disputesdispute.created, dispute.updated, dispute.closed
Payoutspayout.created, payout.paid, payout.failed

Multiple endpoints

You can configure multiple webhook endpoints for different purposes:

  • Production endpoint - Main application server
  • Monitoring endpoint - Logging and analytics service
  • Backup endpoint - Redundant processing

Endpoint status

Monitor your webhook endpoints in the Dashboard:

StatusDescription
ActiveReceiving events normally
DisabledManually paused
FailingMultiple delivery failures

Disable or delete endpoints

To disable an endpoint temporarily:

  1. Go to Developers > Webhooks
  2. Click the endpoint
  3. Toggle Enabled off

To delete permanently, click Delete Endpoint.

Deleting an endpoint cannot be undone. Any undelivered events will be lost.

See also

На этой странице