v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Deposit Transaction Details
This API provides information about the associated transactions using batch reference number.
get/v1/deposit/reports/details/
Request body
Response
200
Example response
{
"data": [
{
"object": "BatchDetail",
"id": "d6woe3jrss8yg3jz",
"merchant_account_number": "0567092449357930",
"dba": "BEDS N STUFF",
"transaction_amount": "00000014183",
"transaction_type": "Sale",
"transaction_date": "2022-02-09",
"card_type": "V",
"cardholder_account_number": "411507*********9396",
"pos_entry_mode": "Manual (key entry)",
"authorization_number": "003804",
"batch_date": "2022-02-10",
"debit_credit_indicator": "D"
}
]
}