Skip to main content

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.

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.

Adding a New Webhook Endpoint

Follow these steps to set up your webhook:
  1. In the Developers tab, locate the Webhooks block.
  2. Click the + Add endpoint button.
Screen 58
  1. The New endpoint modal will open on your screen.
Screen 57
  1. 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.
  2. Click the Save button to confirm.
Once saved, IteraPay will begin sending event notifications to your specified address.