Description
The sendSMS request will queue an SMS to be sent to via integrated rails on DPO 3G i.einfobip
or nexmo
. The message routing will happen internally as per provider MID used to extract Merchant Phone and or provided customer phone.
URL: https://secure.3gdirectpay.com/API/v6/
Response
The method will response with the result of your request
Variables to send:
Parameter | Data type | Description | |
Request | Text | sendSMS | Mandatory |
CompanyToken | Token | Token you got from 3G to operate this API | Mandatory |
MerchantID | Text | The MID for the Merchant to receive the SMS | Mandatory |
MessageContent | Text | Message body content containing a short bit url that is clickable to allow receipt downloading | Mandatory |
CustomerPhone | Text | The customers phone number to used. | Optional |
Request Sample:
Response
success
Error - Wrong CompanyToken
Error - Missing Mandatory field.