Skip to content

paykun-code/paykun-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paykun-java

PayKun java SDK

How To Generate Access token and API Secret :

You can find your Merchant Id in Paykun Dashboard.

You can generate Or Regenerate Access token and API Secret from login into your paykun admin panel, Then Go To : Settings -> Security -> API Keys. There you will find the generate button if you have not generated api key before.

If you have generated api key before then you will see the date of the api key generate, 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.

Note : Once you re-generate api key your old api key will stop working immediately. So be cautious while using this option.

Prerequisite

1. Merchant Id (You can find your Merchant id in your Paykun Admin panel after login)
2. Access Token (Please read 'How To Generate Access token and API Secret :')
3. Encryption Key (Please read 'How To Generate Access token and API Secret :')

How to run app

1. Extract downloaded zip
2. From command line navigate to the mysite directory in extracted directory
3. Open this project in eclipse
4. Run the project
5. String form = payment.submit(); While calling this function from your payment class, this will return one form, render this form and it will redirected to the checkout page.

#

In case of any query, please contact to support@paykun.com.

Releases

No releases published

Packages

No packages published

Languages