CINXE.COM
Online Dispute Resolution | European Commission
<!DOCTYPE html> <html lang='en'> <head profile="http://www.w3.org/1999/xhtml/vocab"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style id="antiClickjack">body{display:none !important;}</style> <script> if(top.location != self.location) { top.location = self.location; } if (self === top) { var antiClickjack = document.getElementById("antiClickjack"); antiClickjack.parentNode.removeChild(antiClickjack); } else { top.location = self.location; } </script> <script> var labelResFound = "\x5Bx\x5D\x20results\x20found.\x3Cbr\x20\x2F\x3EPlease\x20use\x20up\x20or\x20down\x20arrow\x20to\x20select\x20an\x20item."; var noResultFoundLabel = "No\x20result\x20found"; </script> <link rel="stylesheet" type="text/css" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/css/dataTables.bootstrap.css"> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/bootstrap-accessibility.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery-ui/css/jquery-ui.min.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/css/responsive.dataTables.min.css"/> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/help.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/lou-multi-select/css/multi-select.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/backoffice/css/jquery.fileupload.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/backoffice/css/jquery.fileupload-ui.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public/styles/layout.css" > <link media="all" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public2/styles/europa.css"> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public2/styles/custom_odr.css"> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery/jquery.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/jquery/plugins/forms/jquery.form.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery-ui/js/jquery-ui.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/bootstrap.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/bootstrap.extension.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/jquery.dataTables.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/dataTables.responsive.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/intl.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/countries_region_EN.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/sectors_EN.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/typeahead/typeahead.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/lou-multi-select/js/jquery.multi-select.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/backoffice/js/validate/jquery.validate.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/backoffice/js/validate/additional-methods.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/scripts/fileMgtForMessages.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/jquery.ui.widget.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/jquery.fileupload.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/custom.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/jquery-ui/js/jquery-ui-i18n.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/help.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/scripts/customs.js" ></script> <script> function showValidationErrorMessages(validationMessage) { var message = ""; var messages = ""; var totalError = 0; var tabPanes = []; var validationMsg = $.parseJSON("["+validationMessage+"]"); $("div.has-error").removeClass("has-error"); $("li").removeClass("has-error"); $(document).find('span.help-block').each(function() { $(this).html(""); }); $(validationMsg).each(function(i) { var valid = this.valid; if (!valid) { var element = $('input[name="'+this.name +'"],select[name="'+this.name +'"],textarea[name="'+this.name+'"]')[0]; var errorMsg = this.message; // totalError++; // messages += "<li>" + $(element).attr("alt") + ": " + errorMsg + "</li>"; if ($(element).attr('data-valid-element')){ var elementName = $(element).attr('data-valid-element'); element = $('input[name="'+ elementName +'"],select[name="'+ elementName +'"],textarea[name="'+ elementName +'"]')[0]; } var tab = $(element).parents("div.tab-pane")[0]; var tabID = $(tab).attr("id"); if ($.inArray(tabID, tabPanes) === -1){ tabPanes.push(tabID); } if ($("div").find('[data-validation-title='+ $(element).attr("name") +']').length > 0){ $("div").find('[data-validation-title='+ $(element).attr("name") +']').addClass("has-error"); } else{ $(element).parent("div").addClass("has-error"); } var spanMsgId = $(element).attr("aria-describedby"); if ($(element).is(":checkbox, :radio")){ spanMsgId = $(element).attr("data-help-block"); } $("#" + spanMsgId ).parent('div').addClass('has-error'); $("#" + spanMsgId ).html(errorMsg); } }); $(tabPanes).each(function(i, id) { $("a[href$='"+id+"']").parent("li").addClass("has-error"); }); } /***** VALIDATION GENERIC FUNCTION********************************* errContainer: div error container errorSpan : the span where the error text is displayed ******************************************************************/ function showValidationErrors(validationMessage, errContainer, errSpan) { var message = ""; var messages = ""; var totalError = 0; validationMessage = "[" + validationMessage + "]"; $("#" + errContainer).html("").hide(); $(".has-error").removeClass("has-error"); $(document).find('.help-block').each(function() { $(this).html(""); }); $($.parseJSON(validationMessage)).each(function() { var valid = this.valid; if (!valid) { var element = $('input[name="'+this.name +'"],select[name="'+this.name +'"],textarea[name="'+this.name+'"]')[0]; var errorMsg = this.message; totalError++; var elementLabel = $(element).parents('div.form-group').find('label:first-child').clone(); /**Remove help link**/ if ((elementLabel.find('[data-help]')).length > 0){ elementLabel.find('a').nextAll().remove(); elementLabel.find('a').remove(); } /**Remove asterisk**/ elementLabel.find('span.mandatory-data').remove(); if (typeof(elementLabel.html()) === 'undefined') messages += "<li>" + ' ' + totalError + ": " + errorMsg + "</li>"; else messages += "<li>" + elementLabel.html() + ": " + errorMsg + "</li>"; // messages += "<li>" + $(element).parents('.form-group').find('label:first-child').text() + ": " + errorMsg + "</li>"; $(element).parents(".form-group").addClass("has-error"); if ($(element).is(":radio, :checkbox")) if ($(element).hasClass('innerDiv')) $('input[name$="' + this.name +'"]:last').parent().append("<br><span class='has-error' style='margin-left:-15px; margin-top:15px;'>" + errorMsg + "</span>") else $(element).parent().parent().after("<br><span class='has-error'>" + errorMsg + "</span>") else $(element).parents(".form-group").find('.help-block').html(errorMsg); } }); var message = totalError == 1 ? 'There\x20is\x201\x20missing\x20or\x20invalid\x20field\x20in\x20your\x20form.' : 'There\x20are\x20\x3Cb\x3E\x5BX\x5D\x3C\x2Fb\x3E\x20missing\x20or\x20invalid\x20fields\x20in\x20your\x20form.\x20Please\x20correct\x20them\x20and\x20try\x20again.'; message = message.replace("[X]", totalError); message += '<ul>' + messages + '</ul>'; if (totalError != 0) { $("#" + errContainer).show(); $("#" + errContainer).html('<p>'+message+'</p>'); } } function validatorDefaultSettings(){ $.validator.setDefaults({ errorElement:'span', errorClass:'has-error', errorLabelContainer:'#errorContainerPop', onfocusout:function (element) { $(this.currentForm).validate();}, onclick:function (element) { $(this.currentForm).validate(); }, validClass : 'has-success', showErrors: function (errorMap, errorList) { var errClass = "has-error"; var validClass = "has-success"; var messages = ""; var errorExplanation = ""; var totalError = 0; var invalidElem = []; $.each(errorList, function (index, value) { totalError++; var id = $(value.element).attr('id'); /**Avoid to display the contextual help that have some elements **/ var elementLabel = $("#"+id).parents('.form-group').find('label:first-child').clone(); if ((elementLabel.find('[data-help]')).length > 0){ //(elementLabel.find('a').nextAll().remove()).find('a').remove() ; elementLabel.find('a').nextAll().remove(); elementLabel.find('a').remove(); } messages += "<li id='error_" + id + "'>" + elementLabel.html() + ": " + value.message + "</li>"; if ($("#" + id).is(":radio, :checkbox")){ $("#" + id).parents(".form-group").find('.help-block').html(value.message ); } else{ $("#" + id).parents(".form-group").find('.help-block').html(value.message ); } }); if (this.settings.unhighlight) { for ( var i = 0, elements = this.validElements(); elements[i]; i++ ) { this.settings.unhighlight.call( this, elements[i], this.settings.errorClass, this.settings.validClass ); } } for ( var i = 0; this.errorList[i]; i++ ) { var error = this.errorList[i]; this.settings.highlight && this.settings.highlight.call( this, error.element, this.settings.errorClass, this.settings.validClass ); } if (submitted) { var message = totalError == 1 ? 'There\x20is\x201\x20missing\x20or\x20invalid\x20field\x20in\x20your\x20form.' : 'There\x20are\x20\x3Cb\x3E\x5BX\x5D\x3C\x2Fb\x3E\x20missing\x20or\x20invalid\x20fields\x20in\x20your\x20form.\x20Please\x20correct\x20them\x20and\x20try\x20again.'; message = message.replace("[X]", totalError); message += '<ul id="formErrors_'+ $(this.currentForm).attr('name')+'">' + messages + '</ul>'; if (totalError != 0) { $('#errorContainerPop').show(); $('#errorContainerPop').html('<p>'+message+'</p>'); } submitted = false; } }, highlight: function(element) { $(element).parents(".form-group").addClass('has-error'); }, unhighlight: function(element) { $(element).parents(".form-group").removeClass('has-error').addClass('has-success'); $(element).parents(".form-group").find('.help-block').html(''); }, success: "valid" }); } </script> <title> Online Dispute Resolution | European Commission </title> <script defer="defer" src="//europa.eu/webtools/load.js?globan=1110" type="text/javascript"></script> <script type="application/json"> { "utility": "piwik", "siteID": 175, "sitePath": ["ec.europa.eu\/consumers"], "siteSection": "odr" } </script> <script src="https://ec.europa.eu/consumers/odr/resources/js/cookie_config.js" type="text/javascript"></script> <script src="//ec.europa.eu/wel/cookie-consent/consent.js" type="text/javascript"></script> </head> <body class="language-en"> <header class="ecl-site-header" role="banner"> <div class="ecl-skip-link__wrapper" id="skip-link"> <a href="#main-content" class="ecl-skip-link"> Skip to main content </a> </div> <header class="ecl-site-header" role="banner"> <div class="ecl-container"> <nav class="ecl-navigation-list-wrapper ecl-u-f-r"> <h2 class="ecl-u-sr-only"> User menu </h2> <ul class="ecl-navigation-list ecl-navigation-list--small ecl-u-pt-xxs"> <li class="ecl-navigation-list__item"> <a class="ecl-button ecl-button--secondary ecl-u-f-l header--button" href="https://ec.europa.eu/consumers/odr/main/index.cfm?event=main.complaints.dashboard"> <span class="glyphicon glyphicon-log-in"></span> Sign in </a> </li> <li class="ecl-navigation-list__item"> <a class="ecl-button ecl-button--secondary header--button" href="https://ec.europa.eu/consumers/odr/security/?event=security.register"> <span class="icon user-icon"></span> Register as a trader </a> </li> </ul> </nav> </div> <div class="ecl-site-switcher ecl-site-switcher--header header--menu"> <ul class="ecl-site-switcher__list ecl-container"> </ul> </div> <div class="ecl-container ecl-site-header__banner"> <a href="https://ec.europa.eu" class="ecl-logo " title="Home - European Commission"> <span class="ecl-u-sr-only"> Home - European Commission </span> </a> <div class="ecl-language-list ecl-language-list--overlay"> <div id="ecl-overlay-language-list" class="ecl-dialog__overlay ecl-dialog__overlay--blue" aria-hidden="true"></div> <div class="ecl-lang-select-sites ecl-link" data-ecl-dialog="ecl-dialog" id="ecl-lang-select-sites__overlay"> <a href="#" class="ecl-lang-select-sites__link"> <span class="ecl-lang-select-sites__label"> English </span> <span class="ecl-lang-select-sites__code"> <span class="ecl-icon ecl-icon--language ecl-lang-select-sites__icon"></span> <span class="ecl-lang-select-sites__code-text"> EN </span> </span> </a> </div> <div id= "languageSelectSplash" class="ecl-dialog ecl-dialog--transparent ecl-dialog--wide" aria-labelledby="ecl-dialog-title" aria-describedby="ecl-dialog-description" aria-hidden="true" role="dialog"></div> </div> <form class="ecl-search-form ecl-site-header__search" action="https://ec.europa.eu/search/?" method="get" id="nexteuropa-europa-search-search-form" accept-charset="UTF-8"> <label class="ecl-search-form__textfield-wrapper"> <span class="ecl-u-sr-only"> Search this website </span> <input class="ecl-text-input ecl-search-form__textfield" title="Search" type="search" id="edit-querytext" name="QueryText" value="" maxlength="128" /> </label> <button class="ecl-button ecl-button--form ecl-search-form__button" type="submit"> Search </button> <input type="hidden" name="form_build_id" value="form-RuqP_SxZjHOnazaJ3to28MABRR4hKqdNQ3ZpBf7vNLg"> <input type="hidden" name="form_id" value="nexteuropa_europa_search_search_form"> <input value="EN" name="swlang" id="swlang" type="hidden"> </form> </div> </header> <div class="ecl-page-header ecl-page-header--image" > <div class="ecl-container"> <nav class="ecl-breadcrumbs " aria-label="breadcrumbs"> <span class="ecl-u-sr-only"> You are here: </span> <ol class="ecl-breadcrumbs__segments-wrapper"> <li class="ecl-breadcrumbs__segment ecl-breadcrumbs__segment--first"> <a href="https://ec.europa.eu/info/index_en" class="ecl-breadcrumbs__link"> European Commission </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu_en" class="ecl-breadcrumbs__link"> ... </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu/consumers_en" class="ecl-breadcrumbs__link"> Consumers </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu/consumers/resolve-your-consumer-complaint_en" class="ecl-breadcrumbs__link"> Resolve your consumer complaint </a> </li> </ol> </nav> <div class="ecl-page-header__body"> <div class="ecl-page-header__title"> <h1 class="ecl-heading ecl-heading--h1 ecl-u-color-white" > Online Dispute Resolution </h1> </div> </div> </div> </div> <nav class="ecl-navigation-menu" aria-label="Main Navigation"> <div class="ecl-container"> <button class="ecl-navigation-menu__toggle ecl-navigation-menu__hamburger ecl-navigation-menu__hamburger--squeeze" aria-controls="nav-menu-expandable-root" aria-expanded="false"> <span class="ecl-navigation-menu__hamburger-box"> <span class="ecl-navigation-menu__hamburger-inner"> </span> </span> <span class="ecl-navigation-menu__hamburger-label"> Menu </span> </button> <ul class="ecl-navigation-menu__root" id="nav-menu-expandable-root" > <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home2.show" class="ecl-navigation-menu__link"> Home </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.screeningphase" class="ecl-navigation-menu__link"> Start your case </a> </li> <li class="ecl-navigation-menu__item ecl-navigation-menu__item--active "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home.howitworks" class="ecl-navigation-menu__link"> How it works </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.consumer.rights" class="ecl-navigation-menu__link"> Consumer rights </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.trader.register" class="ecl-navigation-menu__link"> Traders' section </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.adr.show2" class="ecl-navigation-menu__link"> Dispute resolution bodies </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.help.new" class="ecl-navigation-menu__link"> Help </a> </li> </ul> </div> </nav> <div class="page-content"> <div class="container-fluid"> <div class="ecl-row ecl-u-mt-xxs"> <div class="ecl-col-12"> <div class="ecl-message" style="border-radius: 15px;" role="alert"> <span class="ecl-u-sr-only">Informative message</span> <b>Dear user,</b><br/><br/>As of May 13 2024, you will not be able to submit the new <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home.howitworks#heading-2">request for direct talks</a> You will still be able to work on your direct talks already submitted, and you will still be able to submit the <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home.howitworks#heading-3">complaints</a> </div> </div> </div> </div> </div> <div class="page-content"> <div class="container-fluid"> <div class="ecl-row ecl-u-mt-xxs"> <div class="ecl-col-12"> <div class="ecl-message s" role="alert"> <span class="ecl-u-sr-only">Informative message</span> <p class="ecl-paragraph"> Dear user,<br /> for security reasons all commission IT services will have to implement multi-factor authentication (MFA).<br /> This means that as of 01 November 2023 you would need to use your phone (MFA by SMS), your smartphone (EU Login App, available from Google Play and App store) or a security key (Yubikey, Fido2key, U2F, etc).<br /> For more details, please follow this link <a href="https://webgate.ec.europa.eu/cas/manuals/EU_Login_Tutorial.pdf" target="_blank">https://webgate.ec.europa.eu/cas/manuals/EU_Login_Tutorial.pdf</a> . </p> </div> </div> </div> </div> </div> <div class="page-content"> <div class="container-fluid"> <div class="ecl-row ecl-u-z-navigation ecl-u-pt-xl"> <div class="ecl-col-md-3 ecl-u-z-navigation"> <nav class="ecl-navigation-inpage" > <p class="ecl-paragraph"> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.screeningphase" class="ecl-button ecl-button--call "> Start your case </a> </p> <div class="ecl-navigation-inpage__title"> Page Contents </div> <div class="ecl-navigation-inpage__body"> <div class="ecl-navigation-inpage__trigger" aria-controls="ecl-navigation-inpage-list" aria-expanded="false" id="ecl-navigation-inpage-trigger"> </div> <ul class="ecl-navigation-inpage__list" aria-labelledby="ecl-navigation-inpage-trigger" id="ecl-navigation-inpage-list"> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#heading-1"> About the ODR platform </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#heading-2"> Contact the trader </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#heading-3"> Use a dispute resolution body </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#heading-4"> How to complain if you are a trader </a> </li> </ul> </div> </nav> </div> <div class="ecl-col-md-9"> <section id="heading-1"> <h2 class="ecl-heading ecl-heading--h2"> About the ODR platform </h2> <p class="ecl-paragraph">The European Online Dispute Resolution (ODR) platform is provided by the European Commission to make online shopping safer and fairer through access to quality dispute resolution tools.</p> <p class="ecl-paragraph">If you are in the EU, Norway, Iceland or Liechtenstein you can use it to find the best solution for your consumer problem, to discuss a solution directly with a trader concerning your problem or to agree on a dispute resolution body to handle your case.</p> <p class="ecl-paragraph">The ODR platform is not connected to any trader. You can use the ODR platform in all EU languages, Icelandic and Norwegian.</p> </section> <section id="heading-2"> <h2 class="ecl-heading ecl-heading--h2"> Contact the trader </h2> <p class="ecl-paragraph">You can use the ODR platform to solve your problem directly with the trader. This can be helpful if you have not yet contacted the trader or if the trader is open to dialogue.</p> <p class="ecl-paragraph">The ODR platform will notify the trader of your request. If the trader is willing to talk, you will be able to exchange messages directly through your dashboard, send attachments such as product photos and schedule an online meeting.</p> <p class="ecl-paragraph">You will have a maximum of 90 days to reach an agreement. You and the trader may withdraw from direct talks at any time.</p> <p class="ecl-paragraph">The trader may also propose a list of dispute resolution bodies to use instead of finding a solution directly. In this case, you will have 30 days to agree on a dispute resolution body or your case will be closed on the platform.</p> <p class="ecl-paragraph">If the trader refuses your request outright, either party withdraws from the process, or 90 days has passed with no result, you will have the following options:</p> <p class="ecl-paragraph"> <ol> <li class="ecl-u-mt-xs"> Try to find a solution with the help of a dispute resolution body. In this case, you will have an additional 30 days to agree with the trader on an approved dispute resolution body to handle your case. Or; </li> <li class="ecl-u-mt-xs"> Try a different dispute resolution tool – <a href="https://ec.europa.eu/consumers/odr/main/?event=main.consumer.rights#inline-nav-2">see tools.</a> </li> </ol> </p> <p class="ecl-paragraph">Start your case to <a href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.screeningphase">find a solution with the trader directly</a></p> </section> <section id="heading-3"> <h2 class="ecl-heading ecl-heading--h2"> Use a dispute resolution body </h2> <p class="ecl-paragraph">You can use the ODR platform to solve your problem with the help of an approved dispute resolution body. A dispute resolution body is a neutral third party that helps consumers and traders solve disputes in a non-confrontational way. They are usually less expensive and quicker than going to court. </p> <p class="ecl-paragraph">The ODR platform will notify the trader of your complaint. If the trader agrees to use the ODR process then you will have to agree on a dispute resolution body to handle your case. The trader will propose a list of dispute resolution bodies; you can select one or request a new list in your dashboard.</p> <p class="ecl-paragraph">You will have 30 days from when you submit the complaint to agree on a dispute resolution body to handle your case.</p> <p class="ecl-paragraph">If you are unable to agree on a dispute resolution body in time or the trader ignores your complaint, then you can try a different dispute resolution tool. <a href="https://ec.europa.eu/consumers/odr/main/?event=main.consumer.rights#inline-nav-2">See tools</a></p> <p class="ecl-paragraph">Start your case to <a href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.screeningphase">find a solution through a dispute resolution body</a></p> </section> <section id="heading-4"> <h2 class="ecl-heading ecl-heading--h2"> How to complain if you are a trader </h2> <p class="ecl-paragraph">If you are a trader based in the EU or Norway, Iceland and Liechtenstein, you can also use the ODR platform to send your online consumer dispute to an approved dispute resolution body.</p> <p class="ecl-paragraph">You can only <b>complain against a consumer</b> if they reside in <b>Belgium, Germany, Luxemburg or Poland.</b></p> <p class="ecl-paragraph">To create a complaint, you first need to register in the system and create your organisation. If you are already registered, you just need to log in. Once on your dashboard, click on "Start a new case".</p> <p class="ecl-paragraph">To find out more about registering as a trader, <a class="ecl-link" href="https://ec.europa.eu/consumers/odr/main/?event=main.trader.register">go to Traders’ section</a>.</p> </section> </div> <p class = "ecl-paragraph ecl-u-f-l ecl-u-mt-s ecl-u-pl-s"> <a target="_blank" class= "ecl-link" href="https://foq.youreurope.europa.eu/info-service-ft">Information services survey</a> </p> </div> </div> </div> <footer class="ecl-footer"> <div class="ecl-footer__site-identity"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled" > <li class="ecl-footer__menu-item" > <h4 class="ecl-h4"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.home2.show"> Online Dispute Resolution </a> </h4> </li> <li class="ecl-footer__menu-item"> <a href="https://europa.eu/youreurope/index.htm#en" id="eu-ye-logo" target="_blank"> <img class="ecl-image ecl-image--fluid" style="max-width: 8.0rem; width: auto;" title="Your Europe" alt="Your Europe" src="https://ec.europa.eu/consumers/odr/resources/public2/images/YourEU-logo panton monochrom horisontal.svg" > </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled" > <li class="ecl-footer__menu-item" > <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.statistics.show"> Reports and statistics </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="#legislation-modal" data-toggle="modal"> Legislation </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.odrList#inline-nav-3"> Contact advisor </a> </li> <li class="ecl-footer__menu-item" > <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.privacy.show"> Data protection </a> </li> </ul> </div> </div> </div> </div> <div class="ecl-footer__site-corporate"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> European Commission </h4> <ul class="ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/commission/index_en"> Commission and its priorities </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/info/index_en"> Policies, information and services </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> Follow the European Commission </h4> <ul class="ecl-footer__menu ecl-list--inline"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://www.facebook.com/EuropeanCommission"> <span class="ecl-icon ecl-icon--facebook ecl-footer__social-icon"> </span> Facebook </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://twitter.com/EU_commission"> <span class="ecl-icon ecl-icon--twitter ecl-footer__social-icon"> </span> Twitter </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/contact/social-networks_en"> Other social media </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> European Union </h4> <ul class="ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/about-eu/institutions-bodies_en"> EU institutions </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/index_en"> European Union </a> </li> </ul> </div> </div> </div> </div> <div class="ecl-footer__ec"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm "> <ul class="ecl-list--inline ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://commission.europa.eu/about-european-commission_en" target="_blank""> About the Commission's new web presence </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/resources-partners_en" target="_blank"> Resources for partners </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/cookies_en" target="_blank"> Cookies </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/legal-notice_en "> Legal notice </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/info/departments/justice-and-consumers_en" target="_blank"> Contact </a> </li> </ul> </div> </div> </div> </div> <!-- Modal Start here--> <div class="modal fade waitbox" id="waitModalBox" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="false" data-keyboard="false"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"> <span class="glyphicon glyphicon-time"> </span> Please wait </h4> </div> <div class="modal-body"> <div class="progress"> <div class="progress-bar progress-bar-info progress-bar-striped active" style="width: 100%"> </div> </div> </div> </div> </div> </div> <form id="languageFrm" name="languageFrm" action="https://ec.europa.eu/consumers/odr/main/index.cfm?event=main.home.changeLanguage" method="post" class="submitNoPrevent"> <input type="hidden" id="csrfToken" name="csrfToken" value="DE06DA19521DA986DCB5446A45E07C92FDC2E779" /> <input id="nextModule" name="nextModule" type="hidden" value="main"/> <input type="hidden" name="reload" id="reload" value="false"> <input type="hidden" name="nextEvent" id="nextEvent" value="main.home.howitworks"/> <input id="lng" name="lng" type="hidden" value="EN"/> </form> </footer> <script src="https://ec.europa.eu/consumers/odr/resources/public2/scripts/europa.js"></script> <script> document.addEventListener('DOMContentLoaded', function () { ECL.navigationInpages(); /*There is a conflict with the dropdow menu*/ // ECL.accordions(); ECL.initExpandables(); }); ECL.dropdown('.ecl-dropdown'); </script> <div class="modal fade" id="legislation-modal" tabindex="-1" role="dialog" aria-labelledby="legislationModalLabel" aria-describedby="legislationModalContent"> <div class="modal-dialog" role="document"> <div class="modal-content" id="legislationModalContent"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true"> × </span> </button> <h4 class="modal-title" id="legislationModalLabel"> Legislation </h4> </div> <div class="modal-body"> <p> This site was created in response to specific EU legislation. </p> <ul> <li> <a href="http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1426859531321&uri=CELEX:32013R0524" target="_blank"> Regulation on online dispute resolution for consumers </a> </li> <li> <a href="http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1426859494520&uri=CELEX:32013L0011" target="_blank"> Directive on alternative dispute resolution for consumers </a> </li> </ul> </div> </div> </div> </div> <script> var interfaceLang ="en"; $(document).ready(function(){ /*Datepicker localisation*/ $.datepicker.setDefaults($.datepicker.regional[interfaceLang.toLowerCase()]); $.datepicker.setDefaults({ dateFormat: 'mm/dd/yy' }); $(document).on("click", "a.ecl-lang-select-sites__link", function(){ /*Popup the splash screen*/ $.get( "../main/?event=main.home.selectLanguage", function( data ) { $("#ecl-overlay-language-list").attr("aria-hidden", false); $("#languageSelectSplash").html(data); $("#languageSelectSplash").show(); $("#languageSelectSplash").attr("aria-hidden", false); }); }) /*close the splash */ $(document).on("click", ".ecl-language-list .ecl-message__dismiss", function(e){ e.preventDefault(); e.stopPropagation(); $("#ecl-overlay-language-list").attr("aria-hidden", true); $("#languageSelectSplash").attr("aria-hidden", true); $("#languageSelectSplash").html(''); $("#languageSelectSplash").hide(); }) /**Select a language**/ $(document).on("click", "a.ecl-language-list__button", function(e){ e.preventDefault(); e.stopPropagation(); $("#languageFrm").find("#lng").val($(this).attr("hreflang")); $("#languageFrm").submit(); }) /*Fix to user guide path to add language**/ $(document).find("a[href*='/userguide']").each(function(i){ var attrHref = $(this).attr('href'); if (attrHref.indexOf("/?lang=") === -1){ attrHref = attrHref.replace("/userguide", "/userguide/?lang=" + interfaceLang); $(this).attr('href', attrHref); } }) /***Clear Timer ****/ if ($("#view-request-tabs").length == 0 && typeof(timer_gear) !== "undefined"){ clearInterval(getMsgTimer); getMsgTimer = Null; } }) </script>