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
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
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