CINXE.COM
Customer Account Services | NDSU
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="utf-8"> <!-- NDSU 2018 This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2025 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/ --> <meta name="generator" content="TYPO3 CMS" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/typo3temp/assets/css/68ba23ca7018816bec75e6bfaaa9a70f.css?1709398623" media="all"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/styles.min.css?1571164347" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/ndsu-2018.css?1732209583" media="all"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap" media="all"> <title>Customer Account Services | NDSU</title><!-- tree level 0 --> <!-- page generated [ 6 April 2025 at 05:39:06 PM -0500] using template [NDSU 2018] --> <link href="https://www.ndsu.edu/cas/" rel="canonical" /> </head> <body> <section class="sr-navigation" role="navigation"> <!-- Layouts/Migrate.html --> <ul class="remove-list-style"> <li> <a class="sr-only sr-only-focusable" href="#mainNav">Skip to main navigation</a> </li> <li> <a class="sr-only sr-only-focusable" href="#content">Skip to page content</a> </li> </ul> </section> <!-- --> <header> <div class="navbar-mobile-container" role="navigation"> <div class="green-bar"> <div class="container flex-row flex-middle flex-wrap flex-right" style="justify-content: space-between;-webkit-box-pack: justify;"> <h1><a href="https://www.ndsu.edu"><img src="/fileadmin/templates/images/NDSU_logo_typebox_eps.svg" alt="North Dakota State University" title="" height="52" class="header-ndsu-logo" /></a></h1> <div class="sflgru-block d-none d-md-block"> <a href="https://www.ndsu.edu/academics">Student Focused</a> <img style="height: 1.7em;padding-bottom: .2em;" src="/fileadmin/templates/images/sflgru-wheat.svg" alt="•" /> <a href="https://www.ndsu.edu/about">Land Grant</a> <img style="height: 1.55em;padding-bottom: .3em;" src="/fileadmin/templates/images/sflgru-earth.svg" alt="•" /> <a href="https://www.ndsu.edu/research/">Research University</a> </div> <div class="d-none d-sm-block"> <!-- hidden-only on xs --> <form class="search-form" id="globalSearchForm" action="https://www.ndsu.edu/search/" method="GET"> <label for="globalSearchForm_input" class="sr-only">Search Term</label> <input id="globalSearchForm_input" name="q" type="text" placeholder="Search NDSU" /> <button type="submit" class="btn"><span class="sr-only">Submit</span><i class="fa fa-search" aria-hidden="true" title="Submit"></i></button> </form> </div> <div class="d-block d-sm-none"> <!-- visible only on xs --> <!--<button type="button" class="btn btn-yellow navbar-toggle"><span class="sr-only">Mobile menu</span></button>--> <button id="show-search" style="margin-bottom:0; border:none; color:#fff; font-size:1.1em; padding:0.3em 0.5em 0.2em 0.5em; background-color:rgba(0,0,0,0.3)" type="button" class="btn btn-clear-yellow" aria-haspopup="true" aria-expanded="false" onclick="$('#globalSearchForm').parent('div').removeClass('d-none');$('#show-search').hide();$('#globalSearchForm_input').focus();"><i class="fa fa-search"></i><span style="font-weight:normal;font-size: 0.7rem;"><br/><span class="sr-only">Show </span>Search</span></button> </div> </div> </div> <ul class="navbar navbar-mobile navbar-vertical navbar-dark"> <!-- really ought to retool the mobile menu to use the same as the desktop menu (so it doesn't get duplicated) --> </ul> <div class="page-title-bar"> <div class="container flex-row flex-left flex-middle flex-wrap page-title-wrapper"> <h2 class="page-title"> <a href="/cas/">Customer Account Services</a> </h2> <button style="position:absolute; right:1em;margin-bottom:0;z-index:500;" type="button" class="btn btn-yellow navbar-toggle" aria-haspopup="true" aria-expanded="false"><span class="sr-only">Mobile menu</span></button> </div> </div> </div> </header> <!-- left-navigation.html --> <style> /* Styles to make this work */ /* Fix upstream (styles.min.css) */ main > *:first-child { margin-top: initial; } #main-container > *:first-child { margin-top: 1.5em; } .navbar.navbar-left { /* Not sure why it would ever be yellow text ... */ color: #000; } /* This comes in with additional classes from styles.min.css ... but do more than I want right now */ #mainNav .navbar .navbar .navbar.navbar-vertical { border-bottom: none; margin-left: 1em; } @media screen and (max-width:767px) { /* Script won't allow .hide-sm-down to be used on the #mainNav */ #mainNav { display: none; } /* Don't actually want top margin in this case (might feel different for the main page */ .layout .nav-col+.main-col { margin-top: 0; } } nav .was-h3, nav .was-h4 { font-size: 1.2em; font-weight: 500 !important; /* Fix the cascade so !important isn't necessary */ margin-bottom: 0; } .navbar .nav-link.was-h3, .navbar .nav-item.was-h3, .navbar .nav-link .was-h4, .navbar .nav-item .was-h4 { white-space: normal; } nav .was-h4 { padding: 1em; /* To match .nav-link, which this shouldn't have because it shouldn't have a hover effect unless it's actually clickable ... maybe fix the .nav-link:hover to be a.nav-link:hover and then use .nav-link on this instead? */ text-align: left; color: #595959; /* Differentiate it from looking like a link somehow. Here's just one possibility */ margin-top: initial; font-weight: 400; line-height: 1.2; display: block; } .navbar-dark .was-h4 { color: #fff; font-weight: bold; } #mainNav .navbar { text-align: left; } /* More to make the sub-dividers look a little different */ .layout .nav-col .sub-nav-title { border-top: 4px solid #ccc; } /* And bring back the first */ .layout .nav-col .sub-nav-title:first-of-type { border-top-color: #002119; /* Changed my mind. No border? */ border-top: none; } /* Nav links don't need the border, nav items do. And then we can not style the first */ .nav-item + .nav-item { /*border-top: 1px solid #ccc;*/ } .layout .nav-col .navbar .nav-link { /*border-top: none;*/ } .layout .nav-col .navbar .sub-nav-title > .nav-link { border-top: none; } /* ndsu-2018.css adds this--make it more accurately describe what we want, there? */ body h3, body h4, body h5, body h6 { margin-top: initial; } main h3, main h4, main h5, main h6 { margin-top: 1em; } </style> <div id="main-container"> <div class="container"> <!---has side menu --> <div class="layout"> <nav class="nav-col main-nav hide-sm-down" id="mainNav"><ul class="navbar navbar-vertical navbar-mobilize"><li class="sub-nav-title nav-item"><span class="was-h3 nav-link active">Customer Account Services<span class="sr-only"> Navigation</span></span><ul class="navbar navbar-vertical"><li class="nav-item"><a href="/cas/about_customer_account_services/" class="nav-link">About Customer Account Services</a></li><li class="nav-item"><a href="/cas/staff_directory_and_responsibilities/" class="nav-link">Staff Directory and Responsibilities</a></li><li class="nav-item"><a href="/cas/forms_1/" class="nav-link">Forms</a></li><li class="nav-item"><a href="/cas/non_student_corporate_customer_services/" class="nav-link">Non-Student (Corporate) Customer Services</a></li><li class="nav-item"><a href="/cas/department_services/" class="nav-link">Department Services</a></li><li class="nav-item"><a href="https://www.ndsu.edu/onestop" class="nav-link">Student Services through One Stop</a></li><li class="sub-nav-title nav-item"><span class="was-h4">Finance and Administration Departments</span></li><!-- this SHOULD break the previous list and start a new one, but make it visual for now--><li class="nav-item"><a href="https://www.ndsu.edu/accounting" class="nav-link">Accounting</a></li><li class="nav-item"><a href="https://www.ndsu.edu/budget" class="nav-link">Budget Office</a></li><li class="nav-item"><a href="https://www.ndsu.edu/childcenter" class="nav-link">Center for Child Development</a></li><li class="nav-item"><a href="https://www.ndsu.edu/cas" class="nav-link">Customer Account Services</a></li><li class="nav-item"><a href="https://www.ndsu.edu/facilities" class="nav-link">Facilities Management</a></li><li class="nav-item"><a href="https://www.ndsu.edu/grants" class="nav-link">Grant and Contract Accounting</a></li><li class="nav-item"><a href="https://www.ndsu.edu/hr" class="nav-link">Human Resources/Payroll</a></li><li class="nav-item"><a href="https://www.ndsu.edu/purchasing" class="nav-link">Purchasing</a></li><li class="nav-item"><a href="https://www.ndsu.edu/police_safety/" class="nav-link">University Police and Safety</a></li><li class="nav-item"><a href="https://www.ndsu.edu/vpfa" class="nav-link">Vice President for Finance and Administration</a></li></ul></li><!--/sub-nav-title--></ul><!--/navbar-mobilize--></nav> <main id="content" class="main-col"> <div class="container"> <div class="two-col container-layout"> <div class="row"> <div class="col-md-6 col-12"> <div id="c587157" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><p><strong>Customer Account Services</strong> facilitates the processes used for assessing and collecting revenue generated by the University. To learn more about our department and mission statement, visit <a href="https://www.ndsu.edu/cas/about_customer_account_services/" title="About Customer Account Services" target="_top" class="internal-link">About Customer Account Services</a>.</p><!-- --></section><!--</div>--></div> <div id="c587173" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><h5>Department Services</h5><ul><li><a href="https://www.ndsu.edu/cas/department_deposits/cash_handling/" target="_top">Cash Handling</a></li><li><a href="https://www.ndsu.edu/cas/credit_card_payments_information_for_ndsu_departments/" target="_top">Credit Card Acceptance</a></li><li><a href="https://www.ndsu.edu/cas/department_deposits/" target="_top">Department Deposits</a></li><li><a href="/cas/department_deposits/cash_handling/department_drawsdepartment_check_cashing_and_change_requests/">Department Draws and Requests for Cash</a></li><li><a href="/cas/nelnet/">Nelnet</a></li><li><a href="https://www.ndsu.edu/cas/financial_reporting_and_reconciling/" target="_top">Financial Reporting and Reconciling</a></li><li><a href="https://www.ndsu.edu/cas/invoicing_and_billing_accounts/" target="_top">Corporate (non-student) Account Billing Process</a></li><li><a href="/cas/student_account_billing_process/">Student Account Billing Process</a><ul><li><a href="/cas/tuition_waiver_request_form/">Tuition Waiver Request Form</a></li></ul></li><li>Accounts Receivable Policies <ul><li><a href="https://www.ndsu.edu/cas/late_payment_fees/" target="_top">Late Payment Fees</a></li><li><a href="https://www.ndsu.edu/cas/non_sufficent_funds_nsf_check_payments_policy/" target="_top">Non-Sufficient Funds (NSF) Check Payments Policy</a></li></ul></li></ul><h5>Student Services:</h5><ul><li>For information related to student accounts, such as tuition, fees, payment information, policies and procedures please go to the <a href="https://www.ndsu.edu/onestop/account" target="_top">Tuition and Billing</a> page on the <a href="https://www.ndsu.edu/onestop/" title="NDSU One Stop page" target="_top" class="external-link">One Stop</a> website.</li></ul><h5><strong>Non-Student (Corporate Customer) Services:</strong></h5><ul><li><a href="https://quikpayasp.com/ndus/ndsu/commerce_manager/payer.do?orderType=Pay_NDSU_Invoice" target="_top">Online Payment Portal</a></li><li><a href="/cas/late_payment_fees/" title="NDSU Late Payment Fee Information" class="internal-link">NDSU Late Payment Fee Information </a></li><li><a href="/cas/collections/">Collections</a></li></ul><!-- --></section><!--</div>--></div> </div> <div class="col-md-6 col-12"> <div id="c587163" class="frame frame-default frame-type-textpic frame-layout-0"><div class="ce-textpic ce-left ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-row"><div class="ce-column"><figure class="image "><img class="image-embed-item" src="/fileadmin/_processed_/0/0/csm_Kramer_Dorreen_2ec155437e.jpg" width="150" height="210" alt="" /></figure></div></div></div><div class="ce-bodytext"><p><b>Dorreen Kramer<br>Director</b><br>Phone: (701) 231-7710<br><a href="mailto:dorreen.kramer@ndsu.edu">dorreen.kramer@ndsu.edu</a></p></div></div><!-- --></div> <div id="c667870" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><!-- parentRecordNumber {cObj:parentRecordNumber} --><h3 class=""> Contact Us </h3></header><p><strong>Phone:</strong> (701) 231-8782</p><p> <a href="mailto:ndsu.customer.acc@ndsu.edu">ndsu.customer.acc@ndsu.edu</a></p><p>*Please note that emails and phone calls are only answered during office hours.</p><p><strong>Hours of Operation:</strong><br> 8:00a.m. - 5:00 p.m., Monday - Friday (fall/spring semester)<br> 7:30a.m. - 4:00 p.m., Monday - Friday (summer semester and breaks)</p><p><strong>Mailing Address:</strong><br> NDSU Dept #3110<br> PO Box 6050<br> Fargo, ND 58108-6050</p><p><strong>Campus Address</strong>: [ <a href="https://www.ndsu.edu/pubweb/homepage/images/buildings/maps/map.ceres.pdf" title="Campus Map" target="_top" class="internal-link">Map</a> ]<br> Ceres Hall 302<br> 1301 Administration Avenue<br> Fargo, ND 58102</p><p> </p><p> </p><p> </p><!-- --></section><!--</div>--></div> <div id="c125173" class="frame frame-default frame-type-textpic frame-layout-0"><div class="ce-textpic ce-center ce-above"><div class="ce-bodytext"><p><a href="http://www.ndsu.edu/biasreport" title="Report an incident of bias" target="_top" class="external-link"><img height="45" src="/fileadmin/_migrated/RTE/RTEmagicC_anti-bias_16.gif.gif" width="220" loading="lazy"></a></p></div></div><!-- --></div> </div> </div> </div> </div> </main> </div> </div><!--/container--> </div><!--/main-container--> <footer class="footer-dept footer-left"> <div class="container"> <section class="footer-address"> <div class="address"> <p><strong>North Dakota State University</strong><br> Phone: +1 (701) 231-8782<br> Campus address: <a href="https://www.ndsu.edu/alphaindex/buildings/Building::240" title="About Ceres Hall" target="_top">Ceres Hall 302</a><br> Physical/delivery address: <a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1301+Administration+Ave%2C+Fargo%2C+ND+58102" title="Find on a map" target="_top">1301 Administration Ave, Fargo, ND 58102</a><br> Mailing address: NDSU Dept. 3110 / PO Box 6050 / Fargo, ND 58108-6050<br> Page manager: <a href="/cas/staff_directory_and_responsibilities/" title="Customer Account Services" class="internal-link">Customer Account Services</a></p> <p>Last Updated: Wednesday, March 13, 2024 3:21:34 PM<!--register:sys_lastchanged--><br /></p> </div> </section> </div> </footer> <footer class="footer-green footer-left"> <div class="container"> <section class="footer-address"> <a href="https://www.ndsu.edu" class="home-link"><img src="/fileadmin/templates/images/NDSU_logo.svg" alt="North Dakota State University" width="400" /></a><!-- Add this too, once it's updated for 2021-2026. <br/> <a href="/president/mission_and_vision/" style="font-family: serif;text-decoration: none;font-weight: normal;font-size: 1rem;padding-top: 1em;display: inline-block;color: #fc0; ">OUR FUTURE: Innovation, Outreach and Education</a>--> <div class="address row"> <div class="col-md-5"> <address> <p>1340 Administration Ave., Fargo, ND 58102<br> Mailing address: PO Box 6050, Fargo, ND 58108-6050</p> </address> <a href="https://www.ndsu.edu/about">About NDSU</a> </div> <div class="col-md-1"> </div> <div class="col-md-6"> <nav aria-label="University-wide resources"> <ul class="footer-links"> <li><a href="https://www.ndsu.edu/alphaindex/">A-Z Index</a></li> <li><a href="https://www.ndsu.edu/apply">Apply for admission</a></li> <li><a href="https://www.ndsu.edu/academics/">Academic programs</a></li> <li><a href="https://www.ndsu.edu/accreditation/">Accreditation</a></li> <li><a href="https://gobison.com">Bison Athletics</a></li> <li><a href="https://www.ndsu.edu/alphaindex/buildings">Campus Map</a></li> <li><a href="https://www.ndsu.edu/onestop/policies-and-procedures">Consumer Information</a></li> <li><a href="https://www.ndsu.edu/employment/">Employment</a></li> <li><a href="https://www.ndsu.edu/equity/">Equity</a></li> <li><a href="https://www.ndsu.edu/about/inclusion">Inclusion</a></li> <li><a href="https://www.ndsu.edu/onestop/finaid/netpricecalculator/">Net Price Calculator</a></li> <li><a href="https://www.ndsu.edu/onestop/">One Stop</a></li> <li><a href="https://www.ndsu.edu/agriculture/extension">Outreach<span class="sr-only"> (University-wide)</span></a></li> <li><a href="https://www.ndsu.edu/research/">Research and Creative Activity</a></li> <li><a href="https://www.ndsu.edu/policy/">University Policies</a></li> <li><a href="https://www.ndsu.edu/visit">Visit NDSU</a></li> </ul> </nav> </div> </div> <hr/> <p>North Dakota State University is an equal opportunity, affirmative action institution.<br> Contact NDSU at <a href="tel:7012318011" aria-label="7 0 1. 2 3 1. 8 0 1 1" class="phone-link">(701) 231-8011</a><br> <a class="d-print-none" href="https://www.ndsu.edu/privacy/">Privacy Statement</a> </p> <!-- GA3 delete eventually <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-73525008-1', 'auto'); ga('send', 'pageview'); </script> --> <!-- BEGIN GA4 MIGRATION SCRIPT --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VJPGNTJ40B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VJPGNTJ40B'); </script> <!-- END GA4 SCRIPT --> <!-- link to Privacy Statement https://www.ndsu.edu/privacy/ included earlier in document --> </section> </div> </footer> <a id="back-to-top" href="#" class="btn btn-secondary back-to-top" role="button" title="Return on the top page" data-toggle="tooltip" data-placement="left"><span class="fas fa-arrow-up"></span><span class="sr-only">Top of page</span></a> <script type="text/javascript" src="/fileadmin/templates/js/minimal.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script src="/fileadmin/templates/js/ndsu-2018.js?1579644437"></script> <script src="/fileadmin/templates/js/update-js.js?1717438777"></script> <script src="https://use.fontawesome.com/releases/v6.4.2/js/all.js"></script> </body> </html>