HomeCheck SMS Balance (VB.net)

🔷 Check SMS Balance (VB.net)

Retrieve your iSMS SMS credit balance using VB.NET and HttpClient — modern async pattern.

VB.net · HttpClientHTTPS GET
API Endpoint

Check SMS Balance via HTTPS

HTTPS GET Endpoint
https://www.isms.com.my/isms_balance.php?un=your_username&pwd=your_password
VB.net Code Example
VB.net · HttpClient Async
Imports System.Net.Http

Module IsmsBalance

    Private ReadOnly _client As New HttpClient()

    Async Function GetBalanceAsync(username As String, password As String) As Task(Of String)
        Dim url = $"https://www.isms.com.my/isms_balance.php?un={username}&pwd={password}"
        Dim response = Await _client.GetStringAsync(url)
        Return response.Trim()
    End Function

    Sub Main()
        Dim balance = GetBalanceAsync("your_username", "your_password").Result
        Console.WriteLine("SMS Credits Remaining: " & balance)
    End Sub

End Module
ℹ️
Response is a plain text number — your remaining SMS credits. Credits valid 1 year from purchase, cannot carry forward.

Need Help Getting Started?

Contact our team — we reply within 1 business day.

📱 SMS Coverage — All Countries Worldwide

A B C D E F G H I J K L M N O P Q R S T U V Y Z