Skip to main content
Version: 1.0.0

2. Create your application

Create and configure your very first application from within the dashboard.


Step 1: Create an application

  1. Log in to your dashboard and go to the Applications section.
  2. Click Create new application and fill in the required details:
    • Application name: Give your application a unique name.
    • Environment: Choose Sandbox for testing or Production for live transactions.
  3. Click Save to create the application and get an initial API key.

Step 2: Generate an API Key

  1. After creating the application, go to the app’s settings.
  2. Click Generate Key to create your API key.
  3. Important: Save your API key securely. Do not share it or use it directly in frontend code.

Step 3: Manage application status

  1. Open the app’s settings.
  2. Use the toggle to switch between Sandbox (for testing) and Production (for live usage).
    • Sandbox: Test your application without processing real transactions.
    • Production: Use this mode once everything is tested and ready for live transactions.

Notes

  • Always test thoroughly in Sandbox mode before switching to Production.
  • Treat your API key like a password. Avoid sharing or exposing it in public code.