Back to All

SMS not recieving on phone number

Hi Team,

I am deploying everywhere (Invoices - Pay by Text) API https://rest.everyware.com/api/Default/CreateInvoice[POST] and after giving required fields as a payload which contains required US 10 digit phone number API giving successful response and generated link is also valid link provided in response but SMS is not receiving on given phone number Please help me to get out from this issue.

Response:

{

"OrderNumber":"7122023",

"SMSID":"2436522",

"IsSuccess":true,

"Message":"Your Pay By Text invoice has been successfully created.","Data":"https://ebtly.com/1B174EA4"

}

Thanks.