Cable Connect (USB)
Kindly refer command below for Cable Connect integration.
| Item | Description |
|---|---|
| Setup Details | Different cable connection using different type of cable and extension |
| Message Format | JSON message are use for the request and response |
| Technical Info | BaudRate: 115200, DataBits: 8, Parity: 0, StopBits: 1 |
| Driver Are Required | Please Contact Support to Obtain the Driver |
Request (Sample)
{
"TransactionType": "1",
"TransactionAmount": "1.00"
}
Response (Sample)
{
"ResponseCode": "00",
"ResponseDescription": "Approved",
"TransactionType": "1",
"TransactionAmount": "1.00",
"TransactionMID": "000000000000001",
"TransactionTID": "00000001",
"TransactionSTN": "000001",
"TransactionRRN": "123456789012",
"TransactionBatchNo": "000001",
"TransactionApplicationLabel": "Visa Cerdit",
"TransactionCardNo": "412345******9999",
"TransactionEntryType": "wave",
"TransactionARQC": "8989898989",
"TransactionTVR": "0000000000",
"TransactionAID": "00000000003101",
"TransactionCVM": "000000",
"TransactionTSI": "00",
"TransactionApprovalCode": "123456",
"TransactionInvoice": "000001",
"TransactionSchemeID": "01",
"TransactionDateTime": "20220501110023"
}