v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Send SMS API

post/communication/sms/initiate_sms

Headers

client-idstring required
client-secretstring required
Content-Typestring required

Request body

sender_mobilestring required

Customer Mobile Number

senderIdstring required

Provide "Sender ID" which is provided by AeronPay and Approved by DLT

sms_typestring required

Provide SMS Type: For Transactional (Pass "transaction"), For OTP (Pass "OTP"), For Promotional (Pass "Promotions)

sender_templatestring required

Provide Template of SMS, Which is Provided by AeronPay and Approved by DLT

Response

200

statusstring
statusCodestring
sms_templatestring
message_idstring
transactionIdstring
acknowledgerstring
messagestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "sms_template": "{{SMS Template}}",
  "message_id": "d0c517d4-8da9-4dd0-acdb-51e59be38475:1",
  "transactionId": "ARNPY17408425112912",
  "acknowledger": "1",
  "message": "SMS Successfully Delivered"
}