2022-09-01 00:28:02 -06:00
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
< div class = "page" data-name = "moneyorder" >
< div class = "navbar" >
< div class = "navbar-bg" > < / div >
< div class = "navbar-inner" >
< div class = "left" >
< a class = "link back" href = "#" >
< i class = "icon icon-back" > < / i >
< span class = "if-not-md" > Back< / span >
< / a >
< / div >
2022-10-29 14:17:21 -06:00
< div class = "title" > Money Orders< / div >
2022-09-01 00:28:02 -06:00
< / div >
< / div >
< div class = "page-content" >
< div class = "row justify-content-center" >
2022-10-29 14:17:21 -06:00
< div class = "col-100 small-50 xlarge-40" >
2022-09-01 00:28:02 -06:00
< div class = "card margin" >
2022-10-29 14:17:21 -06:00
< div class = "card-content padding-vertical" id = "moneyorder-dyncontent" >
< dl >
< dt > How do I purchase a money order?< / dt >
< dd > You can buy a money order during any notary or shipping appointment. You can also call us to schedule a visit. We’ re available where you are and on your schedule.< / dd >
< dt > How can I pay for my money order?< / dt >
< dd > We only accept cash payment for money orders at this time.< / dd >
< dt > How much does a money order cost?< / dt >
< dd > You can send money orders up to $500 with Helena Express for a $3 fee ($6 if by appointment).< / dd >
< dt > How can a recipient cash a Helena Express money order?< / dt >
< dd > Our money orders can be cashed like a check. Just bring it to your bank or any business offering check cashing services.< / dd >
< / div >
< / div >
< / div >
< div class = "col-100 small-50 xlarge-40" >
< div class = "card margin" >
< div class = "card-header" > Verify Money Order< / div >
2022-09-01 00:28:02 -06:00
< form class = "card-content padding-vertical" id = "moneyorderForm" >
2022-10-29 14:17:21 -06:00
< div class = "block" >
Enter the serial number from the top-right corner of the money order.
< / div >
2022-09-01 00:28:02 -06:00
< div class = "list media-list" >
< ul >
< li class = "item-content item-input item-input-outline" >
< div class = "item-inner" >
< div class = "item-title item-floating-label" > Serial Number< / div >
< div class = "item-input-wrap" >
2022-09-01 01:46:53 -06:00
< input type = "text" id = "moneyorderserial" placeholder = "12345" inputmode = "numeric" / >
2022-09-01 00:28:02 -06:00
< span class = "input-clear-button" > < / span >
< / div >
< / div >
< / li >
< li class = "padding" >
< div class = "button hapticbtn button-fill" onclick = "verifyMoneyOrder($('#moneyorderserial').val())" > < i class = "fa-solid fa-magnifying-glass-dollar" > < / i > Verify< / div >
< / li >
< / ul >
< / div >
< / form >
< / div >
< / div >
< / div >
< / div >
< / div >