Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Personal Credit Cards

Find the credit card that works for you

VISA & American Express Credit Cards

Whether you are looking to build credit, pay down another credit card, or get rewarded for your everyday purchases, we have a card for you. Backed by our quality customer service and the most secure technology, the Pioneer Bank & Trust credit card is the perfect option to start spending smarter.

Pioneer Bank & Trust issues Visa and American Express cards through Elan Financial Services*.

Find the right card for you:

* Pioneer Bank & Trust is not liable for any failure of products or services advertised on this site.

Rewards To Use The Way You Want

Visa Signature® Real Rewards Card

Premier Rewards American Express® Card

Flexible Cash Rewards

Cash Rewards American Express® Card

Pay Down Balances

Visa® Platinum Card

Build Your Credit

Secured Visa® Card

Visa Signature® College Real Rewards Card

Need to report a lost, stolen or fraud on your credit card?

Let Us Know

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(); }); }); });