Skip to content

Webhooks

Webhooks allow your system to receive real-time notifications from e.PN when specific events occur — such as transaction status changes or balance updates.
You can configure your own callback URL, and e.PN will send event data to it as a POST request in JSON format.

How It Works

When an event occurs in the system, e.PN sends a POST request to your configured URL.
The request body contains detailed event data.

You can also send a test webhook to your configured callback URL to verify that your endpoint correctly receives and processes webhook data.
This feature is available directly from the API & Webhooks section, where you can manage and update your webhook settings.