1
votes

so we have a payment service and i want after every payment confirmation message to the client, it has a message at the end for instance "send the word Pay to 12344 for more information" so i want the word pay to be an identity to return some menu to the client e.g

  1. Rate us
  2. support number
  3. etc and the circles continues
Hi, it would be useful if you could clarify what the specific problem is, what you have already tried to do, and provide some example code so people can try and assist you - 0sVoid
You will need to look for the API of some telecom service. Often they have ways to register keywords and then register a callback for that. - Willem Van Onsem