Wholesale SMS

Can I Buy Wholesale SMS?

We only offer wholesale SMS to VoiceTrading customers In order to become a wholesale customer, you must apply for it.

We only service registered companies.

How to send SMS?

You can send SMS using HTML SMSlink. This enables you to send SMS without accessing the website.

Use the following link and fill in the desired data: https://www.voicetrading.com/myaccount/sendsms.php?username=xxxxxxxxxx &password=xxxxxxxxxx &from=xxxxxxxxxx &to=xxxxxxxxxx &text=xxxxxxxxxx

Explanation of the variables:

  • username: your VoiceTrading username
  • password: your VoiceTrading password
  • from: any phone number (Always use international format for the number starting with +, for instance +491701234567)
  • to: the number you wish to send the sms to. Always use international format starting with +, for instance +491701234567
  • text: the message you want to send

What are the rates for sending Bulk SMS?

Click here for an overview of our A-Z SMS rates.

How are SMS billed?

Every SMS will be charged to your VoiceTrading account. In your 'recent calls'-overview, you will find the number of SMS you sent and the amount charged.

Do I get a delivery report per SMS?

Yes, here are some report examples you will receive per sent SMS:

Successfull SMS:

<?xml version="1.0" encoding="utf-8" ?>
<SmsResponse>
<version>1</version>
<result>1</result>
<resultstring>success</resultstring>
<description />
<endcause />
</SmsResponse>

Invalid number:


<?xml version="1.0" encoding="utf-8" ?>
<SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>Invalid Number</description>
<endcause>19</endcause>
</SmsResponse>

Balance too low:


<?xml version="1.0" encoding="utf-8" ?>
<SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>
Sorry, you do not have enough
credit to send this sms. Go to your accountpage to
buy credit!
</description>
<endcause>1</endcause>
</SmsResponse>

Invalid username/password:

<?xml version="1.0" encoding="utf-8" ?>
<SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>
Wrong Username/password combination </description>
<endcause />
</SmsResponse>

Missing mandatory parameter:

<?xml version="1.0" encoding="utf-8" ?>
<SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>
The parameter password is missing </description>
<endcause />
</SmsResponse>