Greeting everyone
i want add feature to payment by mobile
and i want generate QR then i want from customer scan that to do payment methods
is there any guide to do that on ax 2012 Retail POS
note : i've already register to that service and they give me some json code
and here REQUEST SAMPLE
{ "PaymentAuthorizeRequestMessage": { "BranchID": "test", "TellerID": "test1", "DeviceID": "test2", "RefNum": "test3", "BillNumber": "test4", "CustomerQR": "test5", "Amount": 145, "MerchantNote": "test6", "ExpiryPeriodType": 2, "ExpiryPeriod": 1 } }
how can i make integration for that?!