Webhooks allow your application to receive real-time HTTP notifications for events like successful payments or refunds. Instead of constantly polling the API for status updates, IteraPay will automatically push these updates directly to your server.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Adding a New Webhook Endpoint
Follow these steps to set up your webhook:- In the Developers tab, locate the Webhooks block.
- Click the + Add endpoint button.

- The New endpoint modal will open on your screen.

- In the Endpoint URL field, enter the full URL of your server where you want to receive the webhook payloads (for example,
https://your-system.com/api/webhooks).- Note: Ensure your endpoint is publicly accessible and uses HTTPS to securely receive data.
- Click the Save button to confirm.