Ethical payment enforcement for real-world client work.
Ship confidently. DevPayr adds a discreet, non-destructive enforcement layer to your software, activating only when invoices are overdue — fully controlled by you, invisible until triggered.
import { DevPayr } from '@xultech/devpayr';
DevPayr.bootstrap({
license: 'YOUR-LICENSE',
secret: 'your secret key',
base_url: 'https://api.devpayr.com',
action: 'boot',
injectables: true,
invalidBehavior: 'modal',
onReady: (res) => console.log('✅', res)
});
npm i @xultech/devpayr
composer require devpayr/devpayr
pip install devpayr
Why teams choose DevPayr
Invisible when everything’s fine. Precise when it’s not. DevPayr adds a quiet, ethical guardrail that protects your work—without breaking trust.
Non-destructive enforcement
No data locks, no vandalism. Apply gentle limits or guidance when invoices slip.
Client-safe by design
Clear messaging and reversible actions keep relationships healthy while you get paid.
3-minute setup
Install SDK, call bootstrap, pick your behavior. Works with Node, PHP, and Python.
API integration for custom dev & ops
Extend workflows via REST—sync status to your CI/CD, billing, or support tooling.
Realtime restoration
Payment clears → access restored instantly. No redeploys needed.
Audit-ready logging
Every check is traceable. Use log-only behavior in staging to tune rules safely.
Pick your enforcement style
Choose how DevPayr responds when invoices are overdue. Switch and preview below.
Behavior can be changed anytime. Restoration is instant on payment confirmation.
import { DevPayr } from '@xultech/devpayr';
DevPayr.bootstrap({
license: 'YOUR-LICENSE',
base_url: 'https://api.devpayr.com',
invalidBehavior: 'modal', // or: 'redirect' | 'silent' | 'log'
redirectUrl: '/billing/upgrade', // optional
onReady: (d) => console.log('✅', d)
});
# Sync license status into your own systems
curl -H "Authorization: Bearer <API_KEY>" \
"https://api.devpayr.com/v1/licenses/<LICENSE_ID>/status"
# Example JSON response
# { "license": "...", "status": "ok|overdue|blocked", "updated_at": "..." }
Built for your workflow
From solo projects to multi-client studios, DevPayr safeguards delivery with ethical, reversible enforcement.
Ship confidently, collect respectfully
- Protect premium features when invoices slip — without burning bridges.
- Clear messaging and reversible actions maintain client trust.
- Automate follow-ups while you focus on delivery.
import { DevPayr } from '@xultech/devpayr';
DevPayr.bootstrap({
license: 'YOUR-LICENSE',
base_url: 'https://api.devpayr.com',
invalidBehavior: 'modal',
onReady: (d) => console.log('✅', d)
});
// REST status check (custom ops)
// curl -H "Authorization: Bearer <API_KEY>" https://api.devpayr.com/v1/licenses/<LICENSE_ID>/status
Why we built DevPayr
A manifesto for people who build — and deserve to be paid fairly.
We’ve watched brilliant designers and developers pour themselves into client work only to be ghosted when the invoice arrives. We’ve seen it happen on well-known “protective” platforms too. The fees were real; the protection often wasn’t. And yes — we’ve been burned ourselves.
Each time, the choice felt impossible: surrender control to intermediaries who don’t fight for you, or gamble your livelihood on trust. There wasn’t a real solution on the horizon. So we built one.
DevPayr is a quiet contract of respect. It doesn’t hold your money or dictate how you get paid. It simply ensures your work isn’t exploited. When everything’s fine, it stays invisible. When things slip, it steps in — firm, reversible, and fair.
“We didn’t want vengeance. We wanted dignity. DevPayr protects your craft without punishing your clients — it just asks them to keep their word.”
- Take a cut; protection varies; you lose control of the relationship.
- Disputes can be slow, opaque, and stressful.
- Often rigid, invasive, or destructive; hard to adapt per project.
- Can harm relationships and your brand if misapplied.
- Payment-rail agnostic — you choose how you get paid (transfer, cards, wallets, crypto, etc.).
- Invisible when healthy; ethical, reversible guardrails when overdue.
- Multi-language SDKs + clean API for custom ops — fits how you already ship.
Built by people who’ve been there.
Frequently Asked Questions
Everything you need to know about DevPayr — from integration to ethics.
Still have questions?
Contact our teamJoin the DevPayr Waitlist
Be first to try ethical payment enforcement for real client work — gentle when things are good, firm when they’re not.







