Browse docs

Open sidebar or top links.

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

  1. 1Read the overview and pick the shortest path for your use case.
  2. 2Try the sandbox or code sample before moving into production.
  3. 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 production

Starter 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.