PayKun is an online payment gateway solution based in India. Its main purpose is to help businesses, from small startups to larger enterprises, accept digital payments from their customers easily and securely. The platform allows merchants to collect payments through various methods on their websites, mobile applications, or even without a website using payment links. PayKun was founded to provide a simple, affordable, and secure payment processing service. It focuses on offering low transaction rates and strong customer support to make online payment collection accessible for all types of businesses in the Indian market. The company is headquartered in Bhavnagar, Gujarat, India.
PayKun offers a set of features designed to simplify the payment collection process for businesses.
PayKun follows a straightforward and transparent pricing model. Instead of multiple tiers, it offers a single plan for all its merchants. This plan does not include any setup fees, integration fees, or annual maintenance charges. Businesses are only charged a flat percentage fee per successful transaction. This pricing structure is particularly beneficial for startups and small to medium-sized businesses as there are no fixed costs to get started. The transaction fee is the same for most payment methods, including credit cards, debit cards, UPI, and wallets, making it easy to predict costs.
PayKun does not have a traditional free plan where transactions are processed for free. However, setting up an account with PayKun is completely free. There are no setup fees or annual maintenance charges. You only pay a fee when you successfully process a payment from a customer. This pay-as-you-go model means you can create an account, integrate the gateway, and keep it active without any cost until you start making sales.
Getting started with PayKun is a simple process. Here are the typical steps:
Pros:
Cons:
PayKun provides plugins and SDKs to integrate with various platforms, making it easy to add to your existing website or application. Key integrations include:
These integrations allow businesses to quickly set up the payment gateway without extensive custom development.
Yes, PayKun provides a well-documented REST API for developers who need to create custom integrations. The API allows for complete control over the payment process, from initiating transactions to verifying payment status.
To get your API key, you must first have an activated merchant account. The Merchant ID and Access Token (API Key) can be found in your PayKun merchant dashboard under the developer settings section. These credentials are required to authenticate your API requests.
Here is a generic example of how you might initiate a payment using a cURL request:
curl -X POST https://api.paykun.com/v1/transaction/create \
-H "Content-Type: application/json" \
-H "MerchantId: YOUR_MERCHANT_ID" \
-H "AccessToken: YOUR_ACCESS_TOKEN" \
-d '{
"order_no": "ORD12345",
"product_name": "Sample Product",
"amount": "100.00",
"customer_name": "John Doe",
"customer_email": "john.doe@example.com",
"customer_mobile": "9876543210",
"redirect_url": "https://yourwebsite.com/payment/success",
"notify_url": "https://yourwebsite.com/payment/webhook"
}'
PayKun offers a Refer & Earn program for its registered merchants. Through this program, a merchant can refer other businesses to use PayKun's services. When the referred business signs up and starts transacting, the referring merchant earns a commission or a bonus. The specific details of the earnings and terms are available within the merchant dashboard. To participate, you need to log in to your PayKun account, find the 'Refer & Earn' section, and use your unique referral link to invite others. For more structured partnership or affiliate opportunities, it is best to contact their support team directly to inquire about becoming a formal partner.
Show your users that PayKun is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/paykun?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-paykun" target="_blank"><img src="https://saasprofile.com/paykun/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="PayKun badge" loading="lazy" /></a>