Guide
Start developing
Build the first integration with a small, clear setup.
GuideGet started
Fast first steps
Sandbox friendly
Simple build path
Quick steps
- 1Read the overview and pick the shortest path for your use case.
- 2Try the sandbox or code sample before moving into production.
- 3Open the related guide for the next piece of the flow.
Related pages
No related pages yet.
Hello world
A first integration should be tiny. Create one payment flow and verify the return path.
Example
const session = await kopo.checkout.create({
mode: 'payment',
success_url: 'https://example.com/success',
});Previous
Get started
Learn the fastest path from first login to first transaction.
Next
Build with AI agents
Use AI to speed up common implementation tasks.