Spendo API Docs
  • Introduction!
  • Quick Start
  • HTTP
    • SMS
      • Send SMS Local
      • Send SMS International
      • Send SMS OTP
      • Send SMS Bulk
      • AI Messaging
        • Send SMS AI
        • Send SMS Bulk AI
    • Verification
      • BVN Number OTP
      • NIN Number OTP
      • Phone Number Verification
        • Verify Phone Number OTP
    • Whatsapp
      • Whatsapp Message
      • Whatsapp Message Template
      • Whatsapp OTP
    • Voice OTP
      • Voice OTP
  • SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Sample Code
  • Libraries And SDK's
    • Node.JS SDK
Powered by GitBook
On this page

Was this helpful?

  1. SMPP

SMPP Servers

Spendo has single SMPP servers for you to connect to. The SMPP server offers the ability to connect to it via the regular (plaintext) method, a TLS1.0, or better connection.

We will activate SMPP on your account, and based on your setup you will need to bind into either of the following SMPP servers.

When binding in, always configure your server with the Spendo's DNS host name provided above and not the IP address.

HostName
Port

smpp.getspendo.com

2775

If you are having trouble establishing a bind, confirm that you are able to reach the Spendo's SMPP server from your network by testing a simple telnet request to our host and port number from your server. If this is not successful there is most likely an issue with your network. If this is successful, check your SMPP application logs and verify that you are attempting your bind connection with the correct credentials.

PreviousSMPP SpecificationNextSMPP Authentication

Last updated 2 years ago

Was this helpful?