Template source: money_back.html

{% extends request.master_template %} {% block meta_title %}Pass Your HR Exam or Get Your Money Back | HRCP{% endblock meta_title %} {% block meta_description %}If you don't pass the SPHR, PHR, or aPHR exam we'll refund your money. It's that simple. We are that confident in our certification program. Learn more. {% endblock meta_description %} {% block page_title %}Money Back{% endblock %} {% block page_class %}home-page{% endblock %} {% block header_text %}{% if request.subdomain == 'recert' %}Return Policy{% else %}You Pass or Your Money Back!{% endif %}{% endblock %} {% block content %} <div class='container'> <div class='row'> <div id='breadcrumbs'> Home > Money Back </div> </div> <div class="page_content"> {% if request.subdomain == 'micro' %} <h1 class='micro-blue page-heading' style='margin-bottom:1em;'>Money Back</h1> {% endif %} {% if request.subdomain == 'recert' %} <p> Once a course has been accessed, no refunds will be provided. Otherwise, refunds can be issued up to 30 days from the date of purchase. </p> {% else %} <p> <img style="float: right;" title="Money Back" src="{{ STATIC_URL }}img/v2/money-back.png" alt="Money Back" height="141" width="216"> Really. </p> <p> If you don't pass the aPHR, PHR, SPHR, SHRM-CP, or SHRM-SCP exam, we'll refund your money. </p> <p> We are so certain that using the HRCP Program will prepare you to pass the HR certification exam, we'll give you your money back if you don't pass. Here's how to qualify: </p> <ul> <li> Purchase the <a href="https://www.hrcp.com/products/phr-sphr/"> HRCP Program for PHR/SPHR exam preparation </a>, the <a href="https://www.hrcp.com/products/shrm-scp/"> HRCP Program for SHRM-CP/SCP exam preparation </a>, or the <a href="https://www.hrcp.com/products/aphr/"> aPHR Certification Preparation Program </a> directly from HRCP. </li> <li> Read and study all units, along with the online <i>Guide for Successful Exam Preparation</i>. </li> <li> Complete all required assessments with a score of 80% or higher. (You can retake them as needed.) </li> <li> Take the aPHR, PHR, SPHR, SHRM-CP, or SHRM-SCP exam. If you don't pass, we'll refund the purchase price of the HRCP Program. </li> </ul> <br> <p> <a href="{{ MEDIA_URL }}2026_PHR-SPHR_You_Pass_or_Your_Money_Back_form.pdf" target="_blank">Click here for 2026 PHR, SPHR, SHRM-CP, and SHRM-SCP details.</a> </p> <p> </p> <p> <a href="{{ MEDIA_URL }}2026_aPHR_You_Pass_or_Your_Money_Back_form.pdf" target="_blank">Click here for 2026 aPHR details.</a> </p> <p> </p> <p> &nbsp; </p> <p> Looking for the Refund Request form for the 2025 HRCP Program? </p> <p> <a href="{{ MEDIA_URL }}2025_PHR-SPHR_You_Pass_or_Your_Money_Back_form.pdf" target="_blank">Click here for 2025 PHR, SPHR, SHRM-CP, and SHRM-SCP details.</a> </p> <p> </p> <p> <a href="{{ MEDIA_URL }}2025_aPHR_You_Pass_or_Your_Money_Back_form.pdf" target="_blank">Click here for 2025 aPHR details.</a> </p> <p> </p> <p> &nbsp; </p> </p> {% endif %} </div> </div> {% endblock %}