Day.News — Local News. Real Community.

Boone County Day News

Scottsboro: Where adventure meets Southern charm.Boone County, WV Edition
general

Money Orders

HA
Harvey WaldenCommunity Member
2 weeks ago

Sending Money Orders

Sending Money Orders When sending money by mail, use money orders as a safe alternative to cash and personal checks. U.S. Postal Service money orders are affordable, widely accepted, and never expire. Your money order receipt will help you track your payment and show proof of value in case the money order gets lost, stolen, or damaged. You can buy or cash postal money orders at any Post Office location. How to Send Domestic Money Orders Decide on the money order amount. You can send up to $1,000 in a single order anywhere in the United States. Go to any Post Office location. Take cash or a debit card. You cannot pay with a credit card. Fill out the money order at the counter with a retail associate. Pay the dollar value of the money order plus the issuing fee. Keep your receipt to track the money order. Money Order Fees Fees are based on the money order dollar amount: - $0.01 to $500.00: $2.55 - $500.01 to $1,000.00: $3.60 - Postal Military Money Orders (issued by military facilities): $0.84 Receiving Postal Money Orders – How to Spot a Fake Before you accept a money order, make sure it's real. Real postal money orders have specific marks and designs to prevent fraud. There are 4 valid designs. Red, Blue, & Red Postal Money Order (July 2025) This version has a red, blue, and red color pattern with subtle design features of an eagle head and an American flag, and a QR Code in the center. Red & Blue Postal Money Order (February 2025) This version has a red and blue color pattern with subtle design features of an eagle head and an American flag, and a QR Code in the center. Green & Purple Postal Money Order (Point-of-Sale Version) This version has a green and purple color pattern with a U.S. Mail 1970 eagle logo in the center. Green & Purple Postal Money Order (Paymaster Version) This version has a green and purple color pattern with a U.S. Mail 1970 eagle logo in the center. Suspect a Fake? Check the dollar amount: Domestic money orders can't be more than $1,000. The words and numbers for the amount should match. Discoloration or paper fiber disturbance around the dollar amounts may show the amounts were changed. If you can easily see watermarks without holding them up to the light, it may mean fraud. If you think you've been given a fake money order: Verify the money order online by scanning the QR code, visiting tools.usps.com/money-orders.htm, or calling the Money Order Verification System at 1-866-459-7822. If you suspect fraud, contact the U.S. Postal Inspection Service (USPIS) at 1-877-876-2455 or www.uspis.gov/report. How to Cash Domestic Money Orders Domestic money orders never expire and they do not accrue interest. Money orders are cashed for the exact amount on the order. You can cash a USPS money order at a Post Office for free. You can also cash them at most banks and some stores. Rural carriers may cash money orders if they have enough money on hand. Cashing a Money Order at the Post Office: - Do not sign the money order. - Take a primary photo ID with the money order to any Post Office location. - Sign the money order at the counter in front of a retail associate. Check the Status of a Money Order You can check the status of a money order you've purchased from the U.S. Postal Service at any time by visiting the Money Orders Application. Make sure you have the following information for the postal money order you want to check: Serial number, Post Office number, Dollar amount. Replacing Lost, Stolen, or Damaged Money Orders Lost or Stolen Money Orders: You cannot stop payment on postal money orders, but a lost or stolen money order can be replaced. Money order loss or theft may take up to 30 days to confirm. Investigating a money order's lost or stolen status may take up to 60 days. There is a $21.00 processing fee to replace a lost or stolen money order. Requesting a Refund: Take your money order receipt to any Post Office location. Talk to a retail associate at the counter to start a Money Order Inquiry. After starting the inquiry, you will be able to check the status of your money order and inquiry progress by visiting the Money Orders Application. When your money order is confirmed lost or stolen, we'll issue you a replacement money order. Damaged Money Orders: We'll replace money orders that are defective or damaged. Take the damaged money order and your receipt to your local Post Office location to get a replacement.

Spread the word
Keep Reading

Related Announcements

general
general
HAHarvey Walden
1 week ago

SARTECH I Search and Rescue Training at Poorhouse Farm Park

FUNSAR/SARTECH I When July 07     6:00 pm - 10:00 pm Add To Calendar Download ICS Google Calendar iCalendar Office 365 Outlook Live Bookings $0.00 Book Now Where Poorhouse Farm Park Poor House Road, Martinsburg , West Virginia , 25401 Event Type WVPST All WVPST Martinsburg Fire and Rescue Classes Loading Map.... Poor House Road - Martinsburg View Events 39.442511 -78.058054 SARTECH I. This course will be a National Association for Search and Rescue (NASAR) Advanced Search and Rescue (ADSAR) with SARTECH I certification Exam with 12 hours of online classes and 20 hours of day/nighttime field work. Students are required to have NASAR SARTech II prior to taking this class. The classes will cover everything needed to take the SARTech I test on the last day. Students should come prepared to spend a weekend in the woods to practice and learn Night Searching Skills, rope skills to keep yourself safe, patient evacuation skills including an improvised liter, navigation and GPS work, and some camp comradely. This course will give participants their national certification as SAR TECH I. Students will need to contact the instructor for online portion of the class at: bob@ruze   Dates: ZOOM online portion of the class July 7, 9 and 16 – 6 pm to 10 pm each day Saturday, Sunday mandatory field class – July 11, 12 – 8 am, 17 – 8 am to 4 pm Saturday, Sunday mandatory field class – July 18,19 – 8 am to 4 pm, 24 – 3 hours prior to sun rise until 4 Pre-registration is required.     Search and Rescue Flyer FUNSAR SAR TECH I Bookings Tickets Spaces 1 2 3 4 5 6 7 8 9 10 Registration Information First Name * Last Name * Date of birth * Email Address * Phone * Department I consent to my submitted data being collected and stored as outlined by the site . Booking Summary 1 x Standard Ticket $0.00 Total Price $0.00 //Select Submission document.addEventListener("em_booking_form_init", function( e ) { let booking_form = e.target; let selected_gateway; let gateway_selectors = '.em-payment-gateways select.em-payment-gateway-options, .em-payment-gateways input[type="radio"].em-payment-gateway-option, input[type="hidden"].em-payment-gateway-option'; let gateway_selectors_selected = '.em-payment-gateways select.em-payment-gateway-options option:checked, .em-payment-gateways input[type="radio"].em-payment-gateway-option:checked, input[type="hidden"].em-payment-gateway-option'; // get currently selected gateway let selected_gateway_el = booking_form.querySelector( gateway_selectors_selected ); if( selected_gateway_el ){ selected_gateway = selected_gateway_el.value; } //Button Submission booking_form.querySelectorAll('input.em-gateway-button').forEach( function( button ){ button.addEventListener("click", function( e ){ //prevents submission in order to append a hidden field and bind to the booking form submission event e.preventDefault(); //get gateway name let gateway = e.target.id.replace('em-gateway-button-', ''); booking_form.querySelectorAll('input[name=gateway]').forEach( input => input.remove() ); let input = document.createElement('input'); input.type = 'hidden'; input.name = 'gateway'; input.value = gateway; booking_form.append(input); booking_form.requestSubmit( button ); return false; }); }); // Take over booking submission booking_form.addEventListener("submit", async function( e ){ let booking_intent = booking_form.querySelector('input.em-booking-intent'); let gateway = booking_form.querySelector('.em-payment-gateway-option:checked, input[type="hidden"].em-payment-gateway-option'); if ( booking_intent && gateway ) { if ( booking_intent.dataset.amount > 0 && gateway.getAttribute('data-intercept') ) { // we have a paid booking with gateway selection, short-circuit process here entirely e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); let gateways = booking_form.querySelector('.em-payment-gateways'); let validation = { success : true, // change to false and populate errors errors : {}, // errors to be displayed, with field id as key promises : [], }; // run pre-validation, such as card number discrepencies. If errors added, abort here booking_form.dispatchEvent( new CustomEvent( 'em_gateway_payment_validate_' + selected_gateway, { detail : validation, bubbles : true, cancellable : true, }) ); // execute any promises syncronously if ( validation.promises.length > 0 ) { await Promise.all(result.promises); } // continue if validation worked if ( validation.success ) { // get options to prevent handling successful booking before gateways intervene let options = { doFinally : false, doSuccess : false, }; // submit booking, if all good, trigger gateway hook em_booking_form_submit( booking_form, options ).then( async function( result ){ if( result.success ){ // create and dispatch custom event let data = { result : result, promises: [], gateways : gateways, } let event = new CustomEvent( 'em_gateway_payment_' + selected_gateway, { detail: data, bubbles : true, cancellable : true, }); booking_form.dispatchEvent( event ); // execute any promises syncronously if( data.promises.length > 0 ) { await Promise.all(data.promises); } // check passed object for success or fail errors and handle accordingly em_booking_form_submit_success( booking_form, result, options ); } else { // let EM handle errors etc. em_booking_form_submit_success( booking_form, result ); } }).catch( function( error ){ // do nothing console.log( error ) }).finally( function(){ em_booking_form_submit_finally( booking_form ); }); } else if( Object.keys( validation.errors ).length > 0 ) { em_booking_form_add_error( booking_form, validation.errors ); em_booking_form_hide_spinner( booking_form ); } } } }); // trigger gateway event when selected booking_form.addEventListener("change", function( e ){ if ( e.target.matches(gateway_selectors) ){ let gateway; if( e.target instanceof HTMLSelectElement ) { gateway = e.target.options[ e.target.selectedIndex ]; } else { gateway = e.target; } selected_gateway = gateway.value; selected_gateway_el = gateway; let gateways = gateway.closest('.em-payment-gateways'); if( gateways ){ // hide regular button if necessary if( gateway.getAttribute('data-custom-button') === "1" || gateway.getAttribute('data-custom-button') === 1 ){ em_booking_form_disable_button( booking_form, true ); }else{ em_booking_form_enable_button( booking_form, true ); } // remove lazy load when loaded booking_form.addEventListener( 'em_gateway_loaded_' + selected_gateway, function(){ gateways.querySelectorAll('.em-payment-gateway-form-' + selected_gateway + ' .em-payment-gateway-form-loading').forEach( loader => loader.classList.add('hidden') ); gateways.querySelectorAll('.em-payment-gateway-form-' + selected_gateway + ' .em-payment-gateway-form-data').forEach( loader => loader.classList.remove('hidden') ); }, {once: true}); // trigger event for loading let event = new CustomEvent( 'em_gateway_selected_' + selected_gateway, { detail: { gateway : gateway, booking_form : booking_form, }, bubbles : true, cancellable : true, }); booking_form.dispatchEvent( event ); // show section gateways.querySelectorAll('.em-payment-gateway-form').forEach( button => button.classList.add('hidden') ); gateways.querySelectorAll('.em-payment-gateway-form-' + selected_gateway).forEach( button => button.classList.remove('hidden') ); // mark as initialized selected_gateway_el.setAttribute('data-initialized', '1'); } } }); // remove lazy load when loaded booking_form.addEventListener( 'em_gateway_loaded', function( e ){ let gateway = e.detail.gateway; booking_form.querySelectorAll('.em-payment-gateway-form-' + gateway + ' .em-payment-gateway-form-loading').forEach( loader => loader.classList.add('hidden') ); booking_form.querySelectorAll('.em-payment-gateway-form-' + gateway + ' .em-payment-gateway-form-data').forEach( loader => loader.classList.remove('hidden') ); }); // catch price change detection, showing gateway selection if free booking_form.addEventListener("em_booking_intent_updated", function( e ){ let intent = e.detail.intent; if ( intent && intent.spaces > 0 ) { // there is an intent if ( intent.amount > 0 ) { booking_form.querySelectorAll('.em-payment-gateways').forEach( gateways => gateways.classList.remove('hidden') ); booking_form.querySelectorAll('div.em-gateway-buttons').forEach( buttons => buttons.classList.remove('hidden') ); // dispath events for selected gateway let detail = { form : booking_form, gateway : selected_gateway, intent : intent, type : 'booking', }; // fire general event let general_event = new CustomEvent( 'em_gateway_intent_updated', { detail: detail, bubbles : true, cancellable : true, }); // hide and disable regular button if necessary if( selected_gateway_el ) { if (selected_gateway_el.getAttribute('data-custom-button') === "1" || selected_gateway_el.getAttribute('data-custom-button') === 1) { em_booking_form_disable_button( booking_form, true ); } else { em_booking_form_enable_button( booking_form, true ); } booking_form.dispatchEvent( general_event ); let event = new CustomEvent( 'em_gateway_intent_updated_' + selected_gateway, { detail: detail, bubbles : true, cancellable : true, }); booking_form.dispatchEvent( event ); // make sure gateway is initialized first time if ( selected_gateway_el.getAttribute('data-initialized') !== '1' ) { booking_form.querySelector(gateway_selectors).dispatchEvent( new Event('change', { bubbles: true, cancelable: true }) ); } } } else { // it's a free booking booking_form.querySelectorAll('.em-payment-gateways').forEach( gateways => gateways.classList.add('hidden') ); booking_form.querySelectorAll('div.em-gateway-buttons').forEach( buttons => buttons.classList.add('hidden') ); em_booking_form_enable_button( booking_form, true ); } } }); }); Posted in WVPST All, WVPST Martinsburg ← Rope Rescue Technician –

00
Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events

No events scheduled this week.

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement