Skip to content

Guides & Playbooks

Learn how to use DevPayr the right way.

These guides cover everything from first setup to advanced usage patterns. Whether you're a freelancer, an agency, or building a SaaS — start where you are, and pick the guide that fits your project.

Browse by category

Getting Started Integration Licensing & Domains Enforcement Modes Troubleshooting

Quick example

A small reminder of how easy it is to get started.

import { DevPayr } from '@xultech/devpayr';

DevPayr.bootstrap({
    license: 'YOUR-LICENSE',
    api_key: 'PROJECT-KEY',
    invalidBehavior: 'modal',
    onReady: (res) => console.log(res)
});

Not sure which guide to follow?

Start a livechat — we’ll point you to the right doc for your stack and setup.