You can’t set multiple callback URLs directly in WHMCS, but you could point the single callback URL to an intermediate script (like a proxy or router) that inspects the order details—such as server ID or product group—and then forwards the callback to the appropriate endpoint based on that logic. Would that work for your setup?