Browse docs

Open sidebar or top links.

Documentation

New business sandbox

Practice the setup flow in a safe test environment.

DocumentationNew business sandbox

Simple setup flow

Clean defaults with room to grow

Works well for sandbox and production

Quick steps

  1. 1Start from the overview and follow the recommended order.
  2. 2Configure the account or integration settings you need.
  3. 3Use the related pages for deeper details and edge cases.

Related pages

No related pages yet.

Sandbox rules

The sandbox should mirror production structure without moving real money or sending real notifications.

  • Use test keys and test accounts only.
  • Keep customer data synthetic.
  • Reset the workspace between experiments.

Safe testing

Try the onboarding flow, payment flow, and webhook flow before turning anything on in production.

Example
const session = await kopo.checkout.create({
  mode: 'payment',
  success_url: 'https://example.com/success',
  test_mode: true,
});

Previous

Kopo Pay Verified

Add the verification badge and trust signals.

Next

Get started

Learn the fastest path from first login to first transaction.