The system allows the registration of webhook URLs to receive automatic notifications about relevant events.Webhook URL: HTTPS address where the events will be delivered. Supported event: onboarding Notification format: JSON payload sent via HTTP request Request method: All notifications will be sent exclusively using the POST method
Your webhook endpoint must return a 200 OK status code to acknowledge receipt. If the endpoint fails or returns an error, the system will retry delivery.