Skip to Content
DocsAPI ReferenceAPI Quick Start

Getting Started with KryptoGO APIs

Overview

This guide will help you get started with KryptoGO payment APIs. The first step is to obtain your API key, then you can choose the integration path that best fits your needs.

Obtaining Your API Key

Accessing KryptoGO Studio

  1. Navigate to KryptoGO Studio and log in to your account
  2. If you don’t have an account, register and create a new organization

Generating an API Key

  1. In the Studio dashboard, navigate to the User Setting/Account Setting section
  2. Click Create API Key
  3. Provide a name for your API key (e.g., “Development Server”)
  4. Type the appropriate Description for your use case (Optional)
  5. Click Create API Key

KryptogoKit Demo

⚠️

Your API key will only be displayed once. Make sure to copy it and store it securely. If you lose access to your key, you will need to generate a new one.

Choose Your Integration Path

Now that you have your API key, choose the integration path that best fits your needs:

I Have My Own Server

For developers who already have their own backend server and want to integrate KryptoGO payment APIs directly.

Direct API Integration Guide →

I Need a Server Solution

For developers who want to quickly set up a backend server using our example code to handle payment integrations.

Example Server Integration Guide →

Regardless of which path you choose, your API key should always be kept secure and never exposed in client-side code.

Additional Resources