Logo
Creative Financial Staffing

Accounts Receivable Specialist

Creative Financial Staffing, Orlando, Florida, United States, 32801

Save Job

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Accounts Receivable Specialist - Part-Time Onsite in Downtown Orlando Pay: $24.00-$28.00/hour

Location: Fully Onsite | Downtown Orlando Why This Opportunity Stands Out

* Join an Orlando-based legal office that has been serving the community for over 40 years as an Accounts Receivable Specialist.

* Be part of a company deeply committed to education, leadership, and community service.

* Enjoy a supportive, family-oriented culture with generous paid time off and great benefits.

* Benefits include PTO, medical, dental, and vision coverage, as well as employee appreciation events.

Key Responsibilities of the Accounts Receivable Specialist

* Post soft costs accurately to maintain financial integrity as an Accounts Receivable Specialist.

* Prepare bank deposits and manage overpayments.

* Handle client inquiries and conduct research for exceptional support.

* Process phone payments accurately and professionally.

* Collaborate with internal teams to ensure smooth financial operations.

Qualifications for the Accounts Receivable Specialist Role

* Minimum of 3+ years of accounts receivable experience.

* Experience in the legal industry is highly preferred.

* Familiarity with SurePoint software is helpful but not required.

* Strong attention to detail and excellent communication skills.

Perks and Benefits for the Accounts Receivable Specialist

* Growth Opportunities: Cross-training and career development within the organization.

* Cool Workplace: Recognized as one of Orlando's coolest places to work.

* Employee Appreciation: Participate in fun events and enjoy a positive work culture as an Accounts Receivable Specialist.

If you're ready to take on an Accounts Receivable Specialist role where your expertise makes a real impact, apply today! Applicants must be authorized to work in the United States without sponsorship.

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