Logo
Creative Financial Staffing

Accounts Payable Specialist

Creative Financial Staffing, Minneapolis, Minnesota, United States, 55401

Save Job

Accounts Payable Specialist Industry: Healthcare

Temporary to Hire | Woodbury, MN 55125 | 100% In Office | Full-Time 40-hour work week

Hourly Pay: $20.00 - $25.00 per hour

Position Overview - Accounts Payable Specialist:

We are seeking a detail-oriented and organized Accounts Payable Specialist to join our team on a temporary project. This role is ideal for someone who thrives in a fast-paced environment and enjoys working with numbers, systems, and processes to ensure accuracy and efficiency in financial operations.

Key Responsibilities - Accounts Payable Specialist:

* Process and verify invoices, ensuring compliance with company policies and procedures. AP Volume invoice: Low to Mid Volume

* Perform account reconciliations and resolve discrepancies promptly.

* Assist with month-end close activities, including journal entries and reporting.

* Maintain accurate records of vendor accounts and payment schedules.

* Manage email inbox for incoming invoices

* Collaborate with internal teams to address inquiries and support financial operations.

Qualifications - Accounts Payable Specialist

* Entry Level Experience acceptable - 1+ years of experience in Accounts Payable or related accounting functions preferred

* Proficiency in Microsoft Excel data entry and familiarity with ERP systems.

* Strong attention to detail and ability to manage multiple priorities.

* Excellent communication and problem-solving skills.

* Premier ERP experience is preferred but not required

* Ability to ask questions when needed; Good communication skills

#INJAN2026

EB-1725563651 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