Webhooks are notifications sent automatically to your system (like an e-commerce website) to inform you about transactions like deposits and withdrawals.
Navigate to Web Hook in the settings dropdown menu.
2.
Click on "Edit" next to the "Sub address" row to add your webhook URL for deposits.
3.
Paste your webhook URL and click "Confirm". Upon confirm, URL is tested for 200 response. If it is 200 then URL is updated otherwise not.
Testing Your Webhook:
AIO sends a test request to your system. If the message "This is a test request" is received, respond with a 200 status code to confirm the URL is valid. Any other response will mean the URL won’t be added.