Accounts Payable Specialist Location: Everett / On-site
Salary Range: $52,000-$58,240 DOE Our client is an established, fast-growing organization known for continuous improvement, collaborative culture, and long-term employee development. They are seeking an
Accounts Payable Specialist to join their on-site team in Everett. This is an excellent opportunity for an accounting professional who thrives in a dynamic environment and enjoys owning end-to-end AP processes.
Responsibilities of the Accounts Payable Specialist: - Review and process purchase orders, invoices, and payment requests for accuracy and completeness.
- Enter and code invoices in the accounting system while matching supporting documentation.
- Reconcile vendor statements and company credit card activity, resolving discrepancies as needed.
- Serve as a liaison between internal teams and vendors to address questions and issues.
- Support the accounting team with general tasks and contribute to process improvements.
Preferred Qualifications for the Accounts Payable Specialist: - 3-5 years of accounts payable experience in a mid-to-large organization.
- Proficient in Excel and comfortable using accounting software (Great Plains or similar).
- Solid understanding of AP procedures, compliance requirements, and internal controls.
As an
Accounts Payable Specialist, you will play a key role in maintaining accurate financial records, supporting cross-functional teams, and contributing to operational efficiency. Our client offers a supportive, team-oriented culture with opportunities to influence process improvements and grow within the accounting function. If you're an
Accounts Payable Specialist who values accuracy, collaboration, and consistency, this is a great opportunity to join a company that invests in its people. Timing is everything. Whether you are actively seeking a new role or passively exploring the right opportunity, we would love the chance to share our openings with you. We specialize in placement for accounting and finance professionals, and many of our positions are not posted publicly. Please contact me for more information about this
Accounts Payable Specialist role as well as additional opportunities. #INDEC2025 #ZRCFS
EB-1283786063 document.addEventListener('DOMContentLoaded', () => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue || !node.nodeValue.match(/#[p{L}p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = /#[p{L}p{N}_-]+/gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment(); while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last < text.length) frag.appendChild(document.createTextNode(text.slice(last))); textNode.parentNode.replaceChild(frag, textNode); } const toProcess = []; let n; while ((n = walker.nextNode())) toProcess.push(n); toProcess.forEach(wrapTextNode); root.dataset.hashtagsWrapped = "1"; });