
Powerfully Simple and Secure Payments for Law Firms
IOLTA-compliant payments built for law firms — from client trust accounts to co-counsel disbursements.
Unified platform for legal
Payload offers a seamless payment solution for law firms. Simplify and effortlessly manage client billing, attorney fees, and disbursements, all while ensuring smooth integration with your current legal software.
Payment links
Send customized payment requests or establish secure, static payment pages to accept client retainers, settlements, and consultation fees. Payload is designed to comply with legal billing standards and ensures the highest level of confidentiality.
Brandable so your clients know it's you
- Customize the business name and logo
- Editable contact details and address
Send or Embed
- Send via branded email or text
- Embed on your website
Customizable Form and Datafields
- Create a customizable payment form
- Include descriptive static datafields
Attach Documents or Invoices
Supports
Send outbound payouts
Simplify your firm's payables with Payload's outbound payment platform. Ditch the hassle of checks, wires, and costly card payments. Enjoy fast, secure, and cost-effective transactions that streamline your financial operations and free up time for your core activities.
Low Cost
Pay Any Person or Business
Unlimited Bank Accounts
Same Day Processing
Automated receipts and notifications
Flexible pricing & processing limits
Maximize revenue with flexible pricing options alongside volume thresholds that suit any firm. Options to pass card fees to payers, split fees, utilize level three data and volume discounts.
Unified Across All Types
Ready to automate your legal payments?
Are you a legal platform looking to integrate?
Choose your integration level from a no-code, low-code, or deep platform integration using the innovative API components of your choice.
import payload from 'payload-api'
const pl = payload.Session('your_api_key')
const payment = await pl.Payment.create({
amount: 100.0,
payment_method: pl.BankAccount({
account_number: '1234567890',
routing_number: '021000021',
account_type: 'checking',
})
})