Query batch MIT transactions by ID
Get batch MIT Transactions by ID
Path Parameters
id string required
Header Parameters
X-Send-Customer-Email boolean
payment completed, do you want to send an email to the customer. associated parameter: customer_uuid default value: false
Example: false
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
code number required
message string required
data object required
batch_name string required
created_at string required
created_by string required
deleted_at null required
error_code string required
error_desc string required
failed_records integer required
id string required
source string required
store_id integer required
successful_records integer required
total_records integer required
transactions object[] required
acquirer_rrn string
amount string
batch_id string
card_number string
created_at string
currency string
customer_uuid string
error_code string
error_desc string
expiry_month string
expiry_year string
id string
oms_transaction_id string
order_num string
order_reference_number string
org_txn_id string
p_business_id string
payment_method string
payment_type string
reference_number string
refund_at string
status string
store_id string
token string
total_amount string
transaction_id string
updated_at string
upload_status string
void_at string
updated_at string required
upload_status string required
{
"code": 0,
"message": "string",
"data": {
"batch_name": "string",
"created_at": "string",
"created_by": "string",
"error_code": "string",
"error_desc": "string",
"failed_records": 0,
"id": "string",
"source": "string",
"store_id": 0,
"successful_records": 0,
"total_records": 0,
"transactions": [
{
"acquirer_rrn": "string",
"amount": "string",
"batch_id": "string",
"card_number": "string",
"created_at": "string",
"currency": "string",
"customer_uuid": "string",
"error_code": "string",
"error_desc": "string",
"expiry_month": "string",
"expiry_year": "string",
"id": "string",
"oms_transaction_id": "string",
"order_num": "string",
"order_reference_number": "string",
"org_txn_id": "string",
"p_business_id": "string",
"payment_method": "string",
"payment_type": "string",
"reference_number": "string",
"refund_at": "string",
"status": "string",
"store_id": "string",
"token": "string",
"total_amount": "string",
"transaction_id": "string",
"updated_at": "string",
"upload_status": "string",
"void_at": "string"
}
],
"updated_at": "string",
"upload_status": "string"
}
}
{
"data": {
"batch_name": "9d70b824-8f0e-41b8-9d8d-4da686cb5591",
"created_at": "2025-12-09T02:25:14.466Z",
"created_by": "",
"deleted_at": null,
"error_code": "",
"error_desc": "",
"failed_records": 0,
"id": "4557536002247247873",
"source": "1024",
"store_id": 1361,
"successful_records": 1,
"total_records": 1,
"transactions": [
{
"acquirer_rrn": "7536017246060544",
"amount": "10",
"batch_id": "4557536002247247873",
"card_number": "4242424242424242",
"created_at": "2025-12-09T02:25:15.347Z",
"currency": "HKD",
"customer_uuid": "",
"error_code": "",
"error_desc": "",
"expiry_month": "11",
"expiry_year": "29",
"id": "4557536009260124161",
"oms_transaction_id": "76248513",
"order_num": "202512091025155002763721",
"order_reference_number": "202511271717061657516",
"org_txn_id": "0",
"p_business_id": "35cc45cc-c418-4154-8f12-2dda715d0433",
"payment_method": "visa",
"payment_type": "sale",
"reference_number": "202511271717061657516",
"refund_at": "",
"status": "success",
"store_id": "1361",
"token": "eeac00a9-346f-4cfb-990a-e3d8d981d808",
"total_amount": "10",
"transaction_id": "4557536016960866304",
"updated_at": "2025-12-09T02:25:15.914Z",
"upload_status": "completed",
"void_at": ""
}
],
"updated_at": "2025-12-09T02:25:15.384Z",
"upload_status": "completed"
}
}%
Loading...