Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros 3700 and Mobile payment

Status
Not open for further replies.

Jackba

Technical User
Jan 24, 2016
192
KE
Hi guys am looking to integrate micros tender media option with a mobile app , the app has an API the returns infor in JSOn format below
Code:
//Confirmation Respose
{
 
  "TransID":"LGR219G3EY",
  "TransTime":"20170727104247",
  "TransAmount":"10.00",
  "BusinessShortCode":"600134",
  "BillRefNumber":"xyz",
  "InvoiceNumber":"",
  "FirstName":"John",
  "MiddleName":"",
  "LastName":""
}

Is it it possible to have an .isl script that consumes this response with the amount, transaction id and invoice number being the check number and close the bill with this details and show on report.

thanx in advance for your thoughts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top