SMSToGo

Phone numbers. without
the commitment.

Temporary numbers for SMS verification in 180+ countries. Receive a code in under five minutes, pay only for what you use, and burn the number when you're done.

No subscription required
Pay per received SMS
REST API & dashboard
ยง 1 ยท Catalog

A number for every service.

741 services741 country-service offerings
Telegram icon
Telegram
from $1.16
WhatsApp icon
WhatsApp
from $2.64
Google icon
Google
from $0.23
PayPal icon
PayPal
from $1.55
GMail icon
GMail
from $0.53
Amazon icon
Amazon
from $0.36
Ticketmaster icon
Ticketmaster
from $0.30
101Plus icon
101Plus
from $0.29
2RedBeans icon
2RedBeans
from $0.29
3Fun icon
3Fun
from $0.29
7Eleven icon
7Eleven
from $0.29
99Ranch icon
99Ranch
from $0.29
AARP icon
AARP
from $0.30
Abound icon
Abound
from $0.29
Acorns icon
Acorns
from $0.14
ActionNetwork icon
ActionNetwork
from $0.29
AdBreakMedia icon
AdBreakMedia
from $0.29
AdGate icon
AdGate
from $0.29
Adidas icon
Adidas
from $0.29
AdItUp icon
AdItUp
from $0.29
ADP icon
ADP
from $0.29
Adverifi icon
Adverifi
from $0.29
Aeropay icon
Aeropay
from $0.29
Affirm icon
Affirm
from $0.30
ยง 2 ยท Why SMSToGo

Numbers you use, then leave behind.

1Single wallet, two modes

OTP and rental. Same credits.

One wallet covers a single verification code or a multi-day rental. Switch between them without changing plans.

2Pay on delivery (planned)

Designed to charge on delivery.

OTP credits are charged only when a message arrives. If a route returns empty, the credit stays in your wallet.

3Prices shown up front

Country and service, priced up front.

Choose a route, such as WhatsApp in the US or Telegram in Germany, and see its price before spending credits.

ยง 3 ยท Pricing

Pick a service. See your price.

Choose a service and country to see the price per verification.

Quick picks

Telegram

United States

$1.16

USD / one verification

ยง 4 ยท Use cases

Built for the people who actually read docs.

1 ยท Developers

Test your auth flows end-to-end.

Wire our API into your CI pipeline. Order a number per test run, read the code it receives, hand it back. No more mocking the SMS gateway.

snippet ยท smstogo.net
curl -X POST https://smstogo.net/api/v1/orders \
  -H 'Authorization: Bearer sk_...' \
  -H 'Content-Type: application/json' \
  -d '{"country_code":"us","service_slug":"google"}'
2 ยท Privacy-first

Sign up without handing over your number.

Marketplaces, forums, dating apps - any service that asks for a phone number you don't want to give out. Use SMSToGo, burn the number, move on.

snippet ยท smstogo.net
// poll until the code arrives
GET /api/v1/orders/{id}
{
  "status": "completed",
  "phone_number": "15302286946",
  "messages": [{ "code": "G-804036" }]
}
3 ยท Billing

One balance, however you order.

Top up once. Numbers you buy on the dashboard and numbers your scripts buy come out of the same wallet - and an order that never receives a code is refunded in full, automatically.

snippet ยท smstogo.net
GET /api/v1/account/balance
{
  "currency": "USD",
  "balance_minor": 2500
}
ยง 5 ยท Support

Questions? Message us.

Telegram is our only support channel right now. Reach the team directly for order issues, top-ups, or anything else.

@smstogonet_support