Python
Last updated
Was this helpful?
Last updated
Was this helpful?
Collecting online payments can be very easy with PayKun. You can provide multiple payment options to your customer and a great checkout experience. Also, they will get all sorts of payment option that will make them buy on the spot.
Following things will be required before you can begin integration:
Merchant ID
Access Token & API Secret ()
Python 3.6.0, Django 1.10
You can download the zip file from below given link
Unzip the given file
Set all the required credentials as follows: • From the extracted zip open the file 'paykunCheckout/views.py' • In views.py file find the method with the name 'payNow' • In 'payNow' replace all the dummy detail with real one provided from Paykun • Detail like order, customer, shipping, billing should be set by your own.
After extracting the downloaded zip
From command line navigate to the mysite directory in extracted directory
Fire command 'python manage.py runserver
Now open the given URL in Browser e.g 'http://127.0.0.1:8000/' and at the end of the url add 'payNow/'
Now click on Paynow button and you would see Paykun checkout page
‘Go to’ the Merchant Account under the ‘Payment Gateway’ section (If you are first-time-login then you will see the ‘Become a Merchant’ option.)
After the merchant account login, click on your profile picture.
Select ‘Test mode’.
Select "Generate Sandbox Account" to activate your sandbox account
After activating sandbox account,you can click on "Sandbox Login" button to go to sandbox dashboard and use generated username and password login.
Now you have to generate your Device API key from sandbox account from Setting-Security tab.
You can get you Merchant Id clicking on profile icon from top right corner.
Now you have to use this API key and Merchant Id in your Demo project for testing purposes. Note: Remember that you can login in Sandbox account from your Live account.
If you want to do real transaction than set "isLive" parameter to true and use your Live MerchantId and AccessToken from Paykun dashboard.
The Paykun Python SDK is released under the MIT License.
If you need it for testing purposes you should login in Paykun dashboard using sandbox mode and get your testing and
To test your integration in sandbox environment before going like, you can use our test environment (See how to create one) and use your test credentials, You just have to use isLive=false in your integration, You can use test card details provided for testing purpose.
to your PayKun Dashboard
In case of any query, please contact to