Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Things Banks Never Ask

Doesn’t matter what the caller ID says.
⏳ Snap out of it before scammers get in.
#BanksNeverAskThat

If they’re telling you to keep it secret…
They’re counting on you not asking questions.
🤫 Secrecy is a scammer’s best friend.
Snap out of it. #BanksNeverAskThat

Scammers want your fear to do the clicking.
Real banks won’t text you into a trap.
🔓 Pause. Breathe. Snap out of it before you tap that link. #BanksNeverAskThat

A calm voice. A fake sense of control.
Scammers charm you before they steal from you.
📞 Snap out of it. Real banks never ask for your personal details.
Hang up. Call the number on the back of your card.

Scammers sound friendly for a reason — especially over email.
They don’t always use threats. Instead, they earn your trust with polished language, official logos, and helpful-sounding requests.
But just because it looks legit doesn’t mean it is.
🤝 Snap out of it. #BanksNeverAskThat

That message that sounds urgent?
That text that feels personal?
That email that’s just a little off?
✨ That’s not customer service. That’s a scammer spell.
You don’t have to fall for it.
Pause. Breathe. Snap out of it. #BanksNeverAskThat

“Your summer vibe: 🦩 or 🍩?”
Whatever keeps you afloat, just don’t float your info to scammers.
Banks never ask for personal details via DMs or sketchy links.

Class may be dismissed, but scammers are still doing homework on you.
📲 If you get a text, email, or DM with an urgent message to log in to your bank account?
🚨 It’s not your bank.

Would You Rather: Play Pickleball or Eat Pickles?

Whether you’re smashing serves or snacking on spears, one thing’s for sure:
Scammers are the real sour deal. 🥴

Your bank will never ask you to log in from a text or email with an urgent message.
Don’t get yourself in a pickle.

Leaving Pioneer Bank & Trust

You are now leaving the Pioneer Bank & Trust website. This site may have a privacy policy and security different than Pioneer Bank & Trust.

Non-Deposit Investments available through Pioneer Bank & Trust are not deposits, not FDIC insured, not insured by any federal agency, not guaranteed by any bank, and may lose value.

Try our official mobile apps!

Leaving Pioneer Bank & Trust

You are now leaving the Pioneer Bank & Trust website. This site may have a privacy policy and security different than Pioneer Bank & Trust.

document.addEventListener('DOMContentLoaded', function () { // Target anchor tags that act like buttons var fauxButtons = document.querySelectorAll('a[href="#"]:not([role="button"])'); fauxButtons.forEach(function (el) { // Add role el.setAttribute('role', 'button'); // Ensure tabindex for non-native focusable elements if (!el.hasAttribute('tabindex')) { el.setAttribute('tabindex', '0'); } // Add aria-pressed for toggle-style buttons (optional) if (!el.hasAttribute('aria-pressed')) { el.setAttribute('aria-pressed', 'false'); } // Add keyboard support el.addEventListener('keydown', function (e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); el.click(); } }); // Prevent default for href="#" el.addEventListener('click', function (e) { e.preventDefault(); }); }); });