Experience Seamless SMS Service Through Our API — No DLT Registration Required!
Service Available for (Country Code +91 ) India Only.

SMS Balance 0 Credits
App / Website
User Type Non - DLT
API Key
Amount Cost / SMS Validity
₹250-2999 0.50p Unlimited
₹3000-7999 0.40p Unlimited
₹8000-14999 0.30p Unlimited
₹15000-69999 0.22p 1 Year
₹70000 + 0.18p 1 Year
API Documentation
Code for Sending Text OTP

Message: 1234 is your verification code for domain.com
(Your domain name or app name will appear here)

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$OTP=1234;
$URL="https://sms.renflair.in/V1.php?API=$API&PHONE=$PHONE&OTP=$OTP";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Order Successful SMS

Message: Hi, Rakesh, Your order ID 1234 has been placed Successfully. It will be delivered soon.
From: Your Domain name

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$CNAME="RAKESH"; // CUSTOMER'S NAME
$OID=1234; // ORDER ID
$URL="https://sms.renflair.in/V3.php?API=$API&PHONE=$PHONE&OID=$OID&CNAME=$CNAME";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Received New Order for Partner SMS

Message: Received a new order with ID 1234, please check and proceed with the order.
From: Your Domain name

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$OID=1234; // ORDER ID
$URL="https://sms.renflair.in/V4.php?API=$API&PHONE=$PHONE&OID=$OID";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Service Booking Successful SMS

Message: Your Service Request has been Booked Successfully. It will be processed within 2 hours. Order ID: 1234
Thank you for using: Your Domain name

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$OID=1234; // ORDER ID
$HOUR=2; // Hour
$URL="https://sms.renflair.in/V7.php?API=$API&PHONE=$PHONE&OID=$OID&HOUR=$HOUR";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Code for Sending Text OTP

Message: 1234 is your verification code for domain.com
(Your domain name or app name will appear here)

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$OTP=1234;
$URL="https://sms.renflair.in/V1.php?API=$API&PHONE=$PHONE&OTP=$OTP";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Recharge Confirmation SMS

Message: Your Wallet has been Recharged Successfully with Rs.500.
From: Your Domain name

$API="xxxxxxxxxxxxxxxxx";
$PHONE="9876543210";
$AMT="Rs.500"; // Amount
$URL="https://sms.renflair.in/V6.php?API=$API&PHONE=$PHONE&AMT=$AMT";
$curl=curl_init($URL);
curl_setopt($curl, CURLOPT_URL, $URL);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$resp = curl_exec($curl);
curl_close($curl);
$data = json_decode($resp);
            
Get In Touch

Kolkata, West Bengal

Mon-Fri 10 AM to 4 PM Chat Support.

support@Renflair.in

Follow Us
About Us

We provide Premium quality verified bug or error free source code of various Projects, We guarantee 99% accuracy in every code and we offer lifetime Free updates.

Our Goal

Our moto is to digitalize every business at very affordable cost without hiring any developer, We share source code of various projects by which anybody can create an app for themselves , without having Coding knowledge

Refund Policy

No Refund Available on SMS Recharges , Read the terms and condition section and refund condition for further reference
Contact us at : support@Renflair.in .

© Uniboux Technologies. All Rights Reserved.