lawpay
SKILL.md
LawPay Skill
Process legal payments with LawPay's attorney payment processing platform.
Quick Install
curl -sSL https://canifi.com/skills/lawpay/install.sh | bash
Or manually:
cp -r skills/lawpay ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set LAWPAY_API_KEY "your_api_key"
canifi-env set LAWPAY_SECRET_KEY "your_secret_key"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Payment Processing: Accept credit card and eCheck payments
- Trust Accounting: Properly handle client trust funds
- Payment Links: Send payment requests via email
- Recurring Billing: Set up recurring payment plans
- Reporting: Access payment reports and reconciliation
Usage Examples
Send Payment Request
User: "Send a payment request for $5000 to the client"
Assistant: Creates and sends payment link
Process Payment
User: "Charge the client's card on file"
Assistant: Processes payment transaction
View Transactions
User: "Show me this month's payment transactions"
Assistant: Returns transaction history
Setup Recurring
User: "Set up a monthly payment plan for $1000"
Assistant: Creates recurring billing schedule
Authentication Flow
- Get API credentials from LawPay dashboard
- Use API key and secret for authentication
- Test mode available for development
- Compliant with bar associations
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid credentials | Verify API keys |
| 400 Bad Request | Invalid payment data | Check card details |
| 402 Payment Failed | Card declined | Try different payment |
| 429 Rate Limited | Too many requests | Wait and retry |
Notes
- Designed for legal industry
- ABA recommended
- Trust account compliant
- PCI compliant
- Integrates with legal software
- Bar association approved
Weekly Installs
29
Repository
andrejones92/canifi-life-osFirst Seen
Jan 24, 2026
Installed on
claude-code26
gemini-cli23
opencode23
cursor21
antigravity20
codex20