Panacea Mobile Help Centre
  • 👋Welcome to Panacea Mobile!
  • Overview
    • Getting Started
    • Multipart SMS
    • Unicode Characters
    • SMS Delivery Statuses
      • Troubleshooting SMS Delivery
    • Compliance
    • FAQs
    • International SMS
      • 🚧Country Regulations & Requirements (under construction)
  • How To Guides
    • Panacea Mobile Dashboard
    • Send a single SMS
    • Send batch campaigns
    • Send personalised batch campaigns
    • Inbox
    • Inbound Triggers
    • SMS Numbers
    • Blocked Numbers & Opt-Outs
    • Sub Accounts
    • Reporting
    • Adding prepaid credits
    • Account Settings
      • My Profile
      • My Billing
      • Security
  • Developers
    • HTTPS API
      • Single Sends
      • Batch Sends
      • Delivery Reports via API
      • Receiving Inbound SMS
      • API Response Code
      • API Keys
      • Examples
        • PHP
          • PHP API Example
          • Simple SMS Send
          • Bulk SMS Send
          • Batch Create
          • Batch Create (.zip)
          • Message Status
        • Python
          • Python API Example
    • SMPP API
      • SMPP Connection Details
  • USSD
    • What is USSD?
    • USSD Campaigns
    • Integration with your server
  • Reseller Platform
    • Reseller Platform Features
    • Getting Started
    • Reseller Settings
    • Managing Your Customer Accounts
    • Branded Platform Example
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. SMPP API

SMPP Connection Details

Our SMPP Server is compliant with version 3.4 of the SMPP specification. We recommend using Kannel for this purpose as it is open-source and free for use by the general public.

PreviousSMPP APINextWhat is USSD?

Last updated 7 months ago

Was this helpful?

connections are configured using plain text files that use the .conf file extension and can be created, edited and saved using any plain text editor. The SMPP API requires certain parameters to authenticate and configure session settings such as host and port details, type, and throughput per second. Below are the recommended details you will require to establish a connection to our SMPP server based on the open-source suite :

For transmitter (TX) bind types:

group=smsc smsc=smpp system-type=SMPP smsc-username=myusername smsc-password=mypassword allowed-smsc-id=panaceamobile smsc-id=panaceamobile host= port=9911 throughput=50 max-pending-submits=50

For receiver (RX) bind types:

group=smsc smsc=smpp system-type=SMPP smsc-username=myusername smsc-password=mypassword allowed-smsc-id=panaceamobile smsc-id=panaceamobile host= receive-port=9911 max-pending-submits=50

For transceiver (TRX) bind types:

group=smsc smsc=smpp system-type=SMPP smsc-username=myusername smsc-password=mypassword allowed-smsc-id=panaceamobile smsc-id=panaceamobile host= port=9911 throughput=50 max-pending-submits=50 transceiver-mode=yes

Please get in touch with your Account Manager or our Support Desk to confirm your host details as this may vary depending on your specific requirements.

SMPP
Kannel 1.5.0
api.panaceamobile.com
api.panaceamobile.com
api.panaceamobile.com