2. Create your application
Create and configure your very first application from within the dashboard.
Step 1: Create an application
- Log in to your dashboard and go to the Applications section.
- 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.
- Click Save to create the application and get an initial API key.
Step 2: Generate an API Key
- After creating the application, go to the app’s settings.
- Click Generate Key to create your API key.
- Important: Save your API key securely. Do not share it or use it directly in frontend code.
Step 3: Manage application status
- Open the app’s settings.
- 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.