Logo
Creative Financial Staffing

Accounts Payable Specialist

Creative Financial Staffing, Columbus, Ohio, United States, 43215

Save Job

Accounts Payable Specialist $60,000 - $75,000 Excellent Base +Relaxed HYBRID Work Schedule + Advancement Fully On-site Position Summary: We are looking for an Accounts Payable Specialist to join their growing team. This full-time Accounts Payable Specialis t position will be responsible for processing invoices and preparing payments to vendors. Accounts Payable Specialist Essential Duties and Responsibilities:

* Maintain master vendor files and obtain proper documentation for new vendor set-ups

* Match system PO/invoices to receipts

* Process and assign general ledger account to non-PO invoices after proper approvals are given

* Validate pricing and investigate invoice discrepancies

* Responsible for entering invoices into System

* Reconcile monthly statements and research discrepancies

* Select and process invoices for payment

* Perform other accounting or administrative tasks as assigned

Skills, Education and Experience:

* Several years Accounts Payable Specialist work experience required

* Work collaboratively with other team members

* Strong problem-solving skills, ability to resolve and address issues as they arise

* Ability to communicate with vendors and colleagues in a positive manner

Experience:

* Accounts Payable Specialist : High Volume

This Job Is Ideal for an Accounts Payable Specialist Who Is:

* Adaptable/flexible

* Detail-oriented

* Seeks advancement

* See the value in cross training

* Appreciates a positive work culture with recognition for a job well done

#INJAN2026

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