PayLite MessageLite
Send and Track Email & SMS with 21 Lines of Code


Send Email & SMS

Bring Your Own License, SMTP or use our service, MessageLite

Track Communications

Automatically track sends, deliveries, opens, clicks, bounces and unsubscribes

Store History

Store history without a server and database


Backup for Blacklisting

Use our backup services and freely switch if you get blacklisted


Break Vendor Lock

Move providers without changing a line of code


Disaster Recovery

Multiple services and hosted backup = Epic DR




What we do

Our API simplifies sophisticated web services, so developers can build faster. With PayLite's API you won't have to learn a new API for every service you need: Payments, Email and SMS are all in one place. Send Email and SMS and track everything out of the box! With Paylite's Communication API you can track sends, opens, clicks, bounces, and un-subscribes with 21 lines of code.
Need something else? Request Another Service

Email Services

MessageLite
SendGrid
Mailgun
Office365 SMTP
Gmail SMTP
Any other SMTP

SMS
Services

MessageLite
Twilio
Plivo
Nexmo

MessageLite Service

MessageLite is a best in class email and SMS service and every PayLite user receives 30,000 free emails per month. Use it as your primary or secondary service, so you never experience an interruption. Our cutting edge technology can handle 1.2 million messages per minute, so scaling is never and issue.

Break Vendor Lock

Seamlessly switch providers. Moving to a new communication service provider is expensive, time consuming, and is a drag on your dev team. What if you could seamlessly, and immediately change providers without changing a line of code? All you need to do is update your provider settings in our console.
Seriously, thats it!

Eliminate Tech Debt

With all of your communications running through a single API, you have a lot less code to write and manage!. A provider updates their API? No problem, we partner closely with providers to ensure we are building towards their latest and greatest, so you never have to update a line of code or experience an interruption in service.

Simplified Code

21 lines of code to send, track, and store your communications. The platform automatically logs deliveries, opens, clicks, unsubscribes and generates the needed pixels, unique links, etc. We handle the code, servers and databases you would otherwise need to host and store all the information.

SMTP Relay

Using GSuite, Office365, or have your own SMTP? Cool, you can track all your email behavior from those tools or turn them into a high powered, programmable email engine. Yes, with 21 lines of code. Paste our code into your project, update your settings in our console and your are good to go.

Setup Multiple Providers

We take all your communication providers and make them accessible through a single API, so why not setup multiple and use them as redundant providers. Everyone who signs up for our communication API gets MessageLite as a secondary providers and you can add more capacity and use it as your primary if you prefer.

Elegant Code

Our Rest API is Simple and powerful

Add email and text messaging (SMS) to your software with a language you already know.
Check out our docs


Email

var client = new PayliteMessaging.Client.MessagingClient(); 
var email = new Email(); 
email.ApiKey = "27f5c65d-3866-4953-826c-3afba8fa2f6b"; 
email.FromEmail = new EmailAddress("support@paylite.net", "PayLite Admin"); 
email.ToEmail = new List<EmailAddress> 
{ 
    new EmailAddress("user1@gmail.com", "Firstname Lastname")
};

email.Subject = "Subject goes here"; 
email.HtmlContent = "Html body goes here"; 

var response = client.SendEmail(email);
<?php
 
$url = 'https://messagingapis.paylite.net/api/email/send';
 
$ch = curl_init($url);
 
$jsonData = '{
    "ApiKey": "27f5c65d-3866-4953-826c-3afba8fa2f6b",
    "FromEmail": {
        "Email": "support@paylite.net",
        "Name": "PayLite Admin"
    },
    "ToEmail": [
        {
            "Email": "user1@gmail.com",
            "Name": "Firstname Lastname"
        }
    ],
    "Subject": "Subject goes here",
    "HtmlContent": "Html body goes here"
}';
 
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
$result = curl_exec($ch);
echo($result);
 
?>
var client = new PayliteMessaging.Client.MessagingClient();
 
var response = client.SendSms(new Sms
{
    ApiKey = "27f5c65d-3866-4953-826c-3afba8fa2f6b",
    ToNumber = "1234567890",
    TextMessage = "Test Message"
});
<?php
 
$url = 'https://messagingapis.paylite.net/api/sms/send';
 
$ch = curl_init($url);
 
$jsonData = '{
    "ApiKey":"27f5c65d-3866-4953-826c-3afba8fa2f6b",
    "ToNumber":"1234567890",
    "TextMessage":"Test Message"
}';
 
curl_setopt($ch, CURLOPT_POST, 1);
 
curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData);
 
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
 
$result = curl_exec($ch);
 
echo($result);
 
?>

Pricing

Check out our product plans and get started in minutes. Don't see what you need? Request a Quote and we can provide a custom package

Features
BASIC
FREE
Free For 30 Days
START-UP
$15
per month
GROWTH STAGE
$100
per month
ESTABLISHED
CUSTOM
Sign Up Sign Up Sign Up Contact Us
Bring Your Own License (BYOL) 
?
Stored History 
?
45 Days 180 Days 365 Days Unlimited
Custom 'From' Address 
?
White Labeled Domains 
?
1 3 10 Contact Us
Switch Services 
?
Secondary Services 
?
Dedicated IP 
?
Static IP 
?
Dedicated Server 
?
Automatic Failover 
?
MessageLite Backup 
?
100,000 emails per month Custom Email Backup
MessageLite Primary 
?
30,000 emails per month 100,000 emails per month Contact Us
MessageLite SMS 
?
$0.005 per SMS $0.005 per SMS $0.005 per SMS Contact Us
Support Email Email 24/7 Chat & Email 24/7 Chat, Email & Phone

Why PayLite

Email, Text and Payments in a single platform

Reliable & Secure

We take security seriously. All payments and transactions are kept secure, and all financial data is encrypted to keep you safe. We employ industry leading, multi-level cloud infrastructure to seamlessly scale with our client demand. With our automatic redundancy for all of our services disaster recovery becomes a thing of the past.

Integrated

Our solutions are fully integrated into your website and mobile device to offer an enhanced user experience. Our REST APIs provide an easy, condensed set of code that allows you to develop solutions for any need.

Fast

The simplicity of PayLite Web Services allows for rapid development with no tech debt. A single set of APIs allow you to build without documentation and managing multiple vendor relationships. Turn 100,000 lines of code into 50 by using PayLites REST API.

Fully Flexable

No one wants to be limited, so you have complete control to customize with and around PayLite's APIs. Build what you need without having to think about it later.

Support

Nothing is more important to us than our customer's success. Our support team is available 24/7/365 to ensure our clients and their stakeholders are delighted.

Innovative

We use the latest technology and only partner with the smartest providers to deliver PayLite. Our system uses advanced transaction processes to make it faster and more efficient.

>

Bank Grade Security

Built by industry veterans, all your data is protected with 256-bit encryption and card data is never stored on our servers.

256 Bit Encryption

Our website is secured with 256-bit encryption. Card data is never stored on our servers.

Bank Grade Security

Your sensitive data is encrypted and stored in Microsoft Azure PCI compliant secured data center. Learn more about the security of Microsoft Azure Compliance.

PCI DSS

PayLite securely stores payment info in Stripe, a PCI-compliant vault used by some of the world's leading tech companies.

Industry Standard Protocols

PayLite undergoes routine security audits by reputable firms and uses PCI industry standard security practices.

Let's Get In Touch!


Want to learn more about PayLite, our products or schedule a demonstration? That's great! Give us a call or send us an email and we will get back to you shortly!

646-360-0211