Get Batch Details
This request is used to get the batch details of the processed batches.
Example Request:
{{GatewayAPIURL}}/Batch/GetBatchDetail/1013073
Example Response:
{
"batch_response":
{
"result_code": 1,
"result_sub_code": "000",
"result_text": "SUCCESS",
"terminal_number": "00000002",
"terminal_name": "ABCRETAIL",
"batch_id": "1013073",
"batch_date": ""
},
"transaction": [
{
"batch_id": 1013073,
"gateway_id": 100003,
"terminal_id": "00000002",
"merchant_terminal_id": 91,
"transaction_id": 1033996,
"transaction_datetime": "20200525T133720Z",
"accountnumberlast4": "1111",
"expiration_date": "1221",
"transaction_amount": 12.00,
"method": "CC",
"auth_id": "OK1251",
"transaction_type": 2,
"nonce": "744314394",
"token": "927640180941111"
},
]
}