Categories
General

How Retailers can start recharge business and Earn Money

In this time we understand what retailers need, Customers come to their shop and they ask to do Mobile Prepaid Recharges, Postpaid Recharges, DTH/D2H Recharges, Electricity bill payments, Gas bill payments, Water bill payments, Broadband bill payments, Landline bill payments, Insurance payments, Air Ticket, Bus Ticket, Train tickets, Movie tickets etc.

Customers don’t want to be tired and they come to Retailers shop to get these things easily without wasting any time.

So A Retailer need a Portal for multi-services (All in one Portal and All in one Wallet)

KwikApi provides Retailer portal for Retailers that is very easy to use also Quickly onboarding.

Retailers can start making Recharges and all services instantly No need to be panic I am going to write simple step how can you get your Retailer Account on KwikApi without verifying anything.

Steps visit www.kwikapi.com/auth/register -> Enter all the details and Select Retailership in Account type.

You will get your username and password on registered SMS and eMail. You can log in now on www.kwikapi.com/auth/login

Now you are able to use our services.

Categories
General

Show/Hide Div in Form based on selected option using javascript

Hi Friends,

I am going to write a script to Show/hide div contents using Javascript and HTML.

In this article, I will write codes and you can check it on your localhost/web page.

<!DOCTYPE HTML>
<html>
<head>
	<meta http-equiv="content-type" content="text/html" />
	<meta name="author" content="Owner" />

	<title>Untitled 1</title>
    
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript">

    $(window).load(function(){
      
$('#dbType').on('change',function(){
    if( $(this).val()==="other"){
    $("#otherType").show()
    }
    else{
    $("#otherType").hide()
    }
});

    });
</script>

</head>
<body>
    <label for="db">Choose type</label>
<select name="dbType" id="dbType">
   <option>Choose Database Type</option>
   <option value="oracle">Oracle</option>
   <option value="mssql">MS SQL</option>
   <option value="mysql">MySQL</option>
   <option value="other">Other</option>
</select>

<div id="otherType" style="display:none;">
<label for="specify">Specify</label>
<input type="text" name="specify" placeholder="Specify Databse Type"/>
</div>


</body>
</html>
Categories
General

KYC documents for new Account Activation on KwikApi

We know as per Govt Rules and regulations KYC is mandatory to activate any type of wallet/account.

KwikApi is a payment aggregator and we provide online payments facilities so we need to collect and validate the KYC of our customers/API Partners/Retailers.

Below mentioned KYC details:


Individuals

Adhaar Card

PAN Card

GST (If any)

Cancelled Cheque(Mention: “KwikApi KYC purpose”)

LTD/PVT LTD/LLP

Company PAN/TAN/CIN

Any One Director PAN (Authorized Signatory only)

Adhaar Card (Same Director)

GST (if any)

Company Name Cancelled Cheque (Mention: “KwikApi KYC purpose”)

Proprietorship/MSME

Director/ Proprietor PAN

Director/ Proprietor Adhaar

Business Registration Certificate (Govt.)

GST (If any)

Firm Name Cancelled Cheque (Mention: “KwikApi KYC purpose”)


Aadhaar & PAN must be self-attested, clean and in Higher resolution, otherwise document will not be accepted.

KYC Format accepted in KwikApi: – PDF(All in One)/JPG/ZIP

Other formats will not be accepted. Customer needs to send their KYC from registered mail address only, and on Mail id which contains with ……@kwikapi.com or ….@kwikapi.in or also you can upload KYC under the portal (If option available for you).

Never share your KYC outside of the KwikApi portal/mail address. We do not ask you to send your KYC to any other mail provider addresses outside of this organization.