Tag uti pan card api

Pan Card API Docs

VLE ID CREATE API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "http://website.com/api/add_vle.php",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457','vle_id' =>
'API3535353535','vle_name' => 'MAHABUL ALAM','vle_mob' => '7585811607','vle_email' =>
'APILOGIN@GMAIL.COM','vle_shop' => 'RECHPAY INFOTECH','vle_loc' =>
'ARGORI,ANDUL','vle_state' => '32','vle_pin' => '711302','vle_uid' => '557484784784','vle_pan' =>
'IFZPS8743K'), ));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "status": "SUCCESS",
 "message": "Vle Create Successfully",
 "vle_id": "API3535353535",
 "vle_status": "PENDING"
}

VLE ID STATUS API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http://website.com/api/vle_status.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457', 'vle_id' =>
'API3535353535'), ));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "status": "SUCCESS",
 "message": "Vle is APPROVED",
 "vle_id": "API3535353535",
 "vle_status": "APPROVED"
}

COUPON REQUEST API – GET/POST

<?php
// type = 1 for P-Coupon / 2 for E-Coupon
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http://website.com/api/coupon_req.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457','vle_id' =>
'API3535353535','type' => '2','qty' => '2'),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "order_id": "691149",
 "date": "29-Apr-2020",
 "status": "SUCCESS",
 "message": "Coupon Request Submit Successfully",
 "vle_id": "API3535353535",
 "vle_name": "MAHABUL ALAM",
 "type": "2",
 "qty": "2",
 "rate": "60",
 "amount": "120",
 "old_bal": "690",
 "new_bal": "570"
}

COUPON STATUS API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http://website.com/api/coupon_status.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457','order_id' =>
'777863'),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "order_id": "777863",
 "date": "29-Apr-2020",
 "status": "PENDING",
 "message": "",
 "vle_id": "API3535353535",
 "vle_name": "MAHABUL ALAM",
 "type": 1,
 "qty": "2",
 "rate": "95",
 "amount": "190",
 "old_bal": "1000",
 "new_bal": "810"
}

VLE PASSWORD RESET API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http://website.com/api/pass_reset.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457','vle_id' =>
'API353535353'),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "status": "PENDING",
 "order_id": "878484",
 "vle_id": "API353535353",
 "message": "Vle Password Reset Submit Successfully"
}

VLE PASSWORD RESET STATUS API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http:// website.com /api/pass_status.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457','order_id' =>
'254785'),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "status": "APPROVED",
 "order_id": "254785",
 "vle_id": "API5656565656",
 "vle_name": "MAHABUL ALAM",
 "message": "Done"
}

BALANCE CHECK API – GET/POST

<?php
$curl = curl_init();
curl_setopt_array($curl, array(
 CURLOPT_URL => "http://website.com/api/balance.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array('api_key' => 'e79d46-6537be-35686e-43b056-f76457'),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

// JSON OUTPUT

{
 "status": "SUCCESS",
 "balance": "450"
}
Pan Card Software With Source Code [Admin]
Pan Card Software With Source Code

ANYDESK DEMO

Software Charge 2999 ₹25000

Start Your Own Branded Pan Card Business In Single Platform.

Service: PSA ID Creation, Coupon Purchase 24/7 auto system.

User: Retailer, Distributor, Master Distributor , API user.

Admin Future:-

  • Source code
  • Create unlimited user
  • Logo upload option
  • Live chat integration
  • SMS API integration
  • Pan card API integration
  • Virtual wallet system
  • Commission Facilities
  • Update bank details
  • Payment gateway [PayTM]
  • UPI gateway integration
  • Own copyright
  • Registration charge settings
  • Theme colour settings
  • Admin login with google authenticator

Cheapest Coupon INR 94 INR96

Project Live Time: 120 munities

USER LOGIN
USER REGISTRATION WITH PAYMENT GATEWAY
ADMIN LOGIN
ADMIN LOGIN WITH OTP
ADMIN DESHBOARD

api api docs Cheapest UTI PSA Retailer Create Your UPI QR Code Distributor free api Free UPI Payment Gateway Free UPI QR Code how to integrate paytm payment gateway in wordpress how to integrate paytm payment gateway in your website how to integrate razorpay payment gateway in php html Master Distributor MySQL pan card api Pan Card APIs payment gateway payment gateway integration payment gateway integration in php Payout api docs Paytm paytm integration paytm payment gateway paytm payment gateway in php paytm payment gateway integration paytm payment gateway integration in php paytm payment gateway integration in php in hindi php PHP Free Source Code razorpay payment gateway razorpay payment gateway integration razorpay payment gateway integration in php razorpay payment gateway integration in wordpress Recharge API Recharge API Docs Recharge Software With Source Code Source Code Test Instruments – Payment Gateway UPI Pay upi payment gateway UPI QR Code utiitsl uti pan card api uti psa api Whitelabel Payment Gateway

Pan Card APIs

Verification of PAN via API is very important for entities and organizations which regulated to do so. If the thing has pertinent information, the verification process can be completed by it successfully. The Income Tax Department had allowed bodies that were certain to present an online PAN confirmation API system that will allow organizations to confirm PAN information.

It is a service that facilitates the PAN Information by providing its own status and the title as an outcome.

API integration in Pan Card is a collection of programming instruction, this helps in accessing an internet based web tool. Sound easy right? But tell you what, it is easier said than done. You need to integrate it properly so that it doesn’t malfunction, and it can do its job pretty much easily

Fill the Online PAN Card Application
Make Payment Online
Print & Sign the Documents
Easy to buy token
Online Agent Register

Why Choose Us?

  • It is 100% Free PSA ID for All
  • We offer full support to our customers to run his/her business successfully.
  • We are working for our customers not for business because customers are the hop of our business.
  • Our API is 100% affordable and profitable. Our API has 99% success rate.
  • We provide A to Z solution required for a recharge site including portal development, API offer and Integration.

EASY INTEGRATION

Our user-friendly interface has been designed with hassle free navigation and to get you what you need within in a few clicks.

FAST RESPONSE

We make it as fast as it can get for you, whether your request was made from a website or a mobilr device.

24X7 SUPPORT

We believe in quick resolution of your inquiries and that’s why our wining customer service is here to serve with no limitation of time.

api api docs Cheapest UTI PSA Retailer Create Your UPI QR Code Distributor free api Free UPI Payment Gateway Free UPI QR Code how to integrate paytm payment gateway in wordpress how to integrate paytm payment gateway in your website how to integrate razorpay payment gateway in php html Master Distributor MySQL pan card api Pan Card APIs payment gateway payment gateway integration payment gateway integration in php Payout api docs Paytm paytm integration paytm payment gateway paytm payment gateway in php paytm payment gateway integration paytm payment gateway integration in php paytm payment gateway integration in php in hindi php PHP Free Source Code razorpay payment gateway razorpay payment gateway integration razorpay payment gateway integration in php razorpay payment gateway integration in wordpress Recharge API Recharge API Docs Recharge Software With Source Code Source Code Test Instruments – Payment Gateway UPI Pay upi payment gateway UPI QR Code utiitsl uti pan card api uti psa api Whitelabel Payment Gateway

Diwali Dhamaka Offer


Coupon code: DIWALI2024 Discount: 7000/-
Coupon expiry date: 2024-11-05

This will close in 20 seconds

X