Home Support SMS API

Get SMS Report Pushed by BUKA Platform

Description: user needs to contact our technical support or business manager for address configuration.

Push Parameters Description:

Parameters Description Type

appId

App ID (SMS-SMS APP)

String

orderId

Customer id

String

msgid

Submitted numbers id corresponding to platform

String

mobile

Submitted nunbers

String

status

Messages status:0- success, other- failures

Int

reason

Description of failure reason

String

timestamp

Report receipted time

Long

mcc

mcc

String

mnc

mnc

String

pricedetail

Fee details

JSONObject

  pay

Total cost

String

  chargeCnt

Number of billing entries

Int

  currency

Currency

String

  price

Unit

String

Request URL:

                    
                      Http address set by user
                    
                  

Request Sample:

                    
                        RequestURL:
                            Http address set by user
                        RequestMethod: 
                            POST
                        RequestHeaders:
                            User-Agent: Java/1.8.0_232
                            Content-Type: application/json;charset=UTF-8
                        RequestBody:
                            {
                                "appId":"4luaKsL2",
                                "orderId":"21412",
                                "msgid":"2108021059531000096",
                                "mobile":"91850000000",
                                "status":0,
                                "reason":"0",
                                "timestamp":1629801177192,
                                "mcc":'404',
                                "mnc":'-1',
                                "pricedetail":{
                                    "pay":"0.02",
                                    "currency":"EUR",
                                    "chargeCnt":2,
                                    "price":"0.01"
                                }
                            }
                    
                  

Push Sample:

                    
                      Http response "200" means success and platform will not verify the response status
                    
                  
 

Feedback

0/500

Need help?

Click here and start chatting with us!