Key Takeaways
- wordpress android sms gateway troubleshooting: separate WP config bugs from radio/airtime failures.
- No official plugin — your glue code is in scope.
- Priced by devices and SMS send volume. You use your own phone and operator SMS credit. Empty prepaid looks like “WordPress broken.”
- Confirm live fields in Developer Center before rewriting handlers.
- Free is 300 SMS lifetime; paid from $19/month.
Triage order
Debug WordPress SMS issues from the outside in: HTTP response → control plane → device → operator. Service pricing is based on device count and total SMS sent through the gateway. Overview: WordPress overview. Webhooks: webhook pattern.
If last-seen is stale, no amount of WooCommerce hook refactoring will deliver the SMS. Fix the phone first.
Symptom → likely cause
| Symptom | Likely cause | Fix |
|---|---|---|
| 401 / 403 from gateway | Bad/missing Bearer in env | Reload env; rotate key if leaked |
| Accepted but no SMS | Phone offline / empty airtime | Last-seen + balance canary |
| Duplicate SMS | Retries without client_ref | Stable order/event refs |
| Webhook 404 | Permalink / REST route missing | Flush rewrite rules; HTTPS URL |
WordPress-specific pitfalls
Object caching stale options, cron disabled on host, REST blocked by security plugins, and keys in the database instead of env. Confirm live fields in Developer Center.
Phone and airtime checks
Battery, OEM kill switches, dual-SIM wrong slot, empty prepaid. Priced by devices and SMS send volume. You use your own phone and operator SMS credit.
Troubleshooting checklist
- Canary send from server CLI, not only WP admin.
- Device online + funded.
- Webhook URL reachable.
- Idempotent client_ref.
- No Unlimited SMS assumptions.
Next steps
Related product pages
Jump to the live product docs for this topic—not another long-form article.
- SMS API documentationLive endpoint reference
- device and SMS volume pricingPlans and allowances
- Android SMS gateway product guideDefinition, product, and how to buy
- download the Android gateway appGet the APK





