grid-round-2Application Management

The Apps page displays all your registered applications in a clean table format with the following columns:

Apps Overview

  • App ID: Unique identifier with copy functionality

  • App Name: Your chosen application name

  • Created On: Application registration date

  • Action: API Key, Edit App and View App buttons

Creating New Applications

Step 1: Click 'Create New App'

Click the yellow 'Create New App' button in the top-right corner of the Apps page.

Step 2: Enter Application Name

In the 'Enter Name' field, provide a descriptive name that identifies your business or project (e.g., 'E-commerce Store', 'Mobile App Payment').

Step 3: Add Description

Enter a detailed description of your application's purpose and use case in the Description field.

Step 4: Payment Page Theme

Select White or Black theme based on your logo or website theme

Step 5: Logo

Upload good quality logo which you wanted to see in payment page.

Step 6: Create App

Click the yellow 'Create App' button to generate your application and receive API credentials.

API Credentials & Security

After creating an application, access your API credentials by clicking the 'API Key' button. The credentials dialog displays:

  • API Key: Public key for authentication (partially masked)

  • Secret Key: Private key for secure transactions (partially masked)

circle-info

Critical Security Guidelines:

  • Never share API credentials in public repositories or client-side code

  • Store credentials securely using environment variables

  • Rotate credentials every 90 days for optimal security

  • Immediately regenerate if you suspect credentials are compromised

  • Use the copy icons to safely transfer credentials to your development environment

Last updated