Documentation
Get started
Learn the fastest path from first login to first transaction.
DocumentationGet 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.
Fast path
Start with one product path, confirm it works, and only then add deeper customization.
- Pick one primary use case.
- Use sandbox before live configuration.
- Keep the first release intentionally small.
Best order
Development first, testing second, production last.
Example
1. Read the overview
2. Try the sandbox
3. Build the first flow
4. Switch to productionStarter flow
Use the shortest possible code path first and expand only when the app needs more control.
Example
await kopo.checkout.create({
mode: 'payment',
line_items: [{ price: 'price_123', quantity: 1 }],
});Previous
New business sandbox
Practice the setup flow in a safe test environment.
Next
Start developing
Build the first integration with a small, clear setup.