Documentation
  • Getting Started
  • PayKun Basic-Know-How
    • Registration Guide
    • Payment Life Cycle
    • Payments
    • PayKun Merchant Dashboard
    • PayKun Payment Links
  • PayKun Developer’s Hub
    • Getting Started
      • General Payment Flow with API
      • ‌Authentication
      • Types of Integration
    • Test Environment
    • API Encryption Key Guide
    • Web Integration
      • Understanding Integration
        • Request
        • Encryption
        • Response
        • Error Codes
      • PHP
      • Python
      • .Net
      • JS Checkout
    • Mobile Integration
      • Android SDK
      • iOS SDK
    • eCommerce Integration
      • OpenCart
      • PrestaShop Modules
      • Paykun WHMCS Kit
      • Wordpress_v4.x_Donation
      • WooCommerce
      • Magento
    • Webhooks
    • API Reference Guide
    • Signature Generation and Verification
    • Test Card Information
Powered by GitBook
On this page

Was this helpful?

  1. PayKun Developer’s Hub

API Encryption Key Guide

PreviousTest EnvironmentNextWeb Integration

Last updated 4 years ago

Was this helpful?

Whether generating Credentials for Test Environment or Live Environment, process is same for both, Live credentials will be generated from live dashboard while test credentials will be generated from test dashboard.

  • to your PayKun Dashboard

  • ‘Go to’ the Merchant Account under the ‘Payment Gateway’ section

  • Copy your Merchant ID which you will get by clicking on your profile picture

  • To Generate API Keys, go to the Setting

  • Then go to the Security Option.

  • Click on Generate API Key (web or device as per your platform) and download your Access Token and Encryption Key(API Secret Key).

When using Test Credentials, You need to set: isLive=false in your integration kit.

If you have generated API Key before then you will see the date of the API Key generated, since you will not be able to retrieve the old API Key (For security reasons) we have provided the re-generate option, so you can re-generate API Key in case you have lost the old one.

Once you re-generate API Key your old API Key will stop working immediately. So be cautious while using this option.

Log In