v1
latestOpenAPI 3.0.02026-07-242035712.0 MBTransaction
List Transaction
This web service retrieves back transaction list based on various filter applied. Filters : token, transaction type, transaction spend type, date etc
post/pws/pws_transaction_list/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"date_from": "2020-01-24 13:13:08",
"date_to": "2020-10-25 13:13:08",
"txn_type_list": "Au,Ad,Se,Lo",
"t_status_list": "1,2",
"spend_type_list": "00,01,09,20",
"token": 311012081,
"ac_id": 632304584
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": [
{
"id": 119649,
"txn_id": 115858012345000020,
"type": "Authorisation",
"txn_status": "Approved (not Settled)",
"token": 336869349,
"ac_id": 749153081,
"central_date": "2020-03-04 12:47:14.315044+00",
"local_date": "2020-03-04 20:47:11",
"source": "MARKET PLACE BY JASONS",
"country": "HKG",
"city": "CENTRAL",
"loc_ccy": "HKD HKD-$",
"loc_amt": -3758.21,
"bill_ccy": "HKD HKD-$",
"bill_amt": -3758.21,
"settle_bal": -2494.13,
"block_amount": -288,
"avl_bal": -2782.13,
"advanced_detail": "DE39=00: Cvv Type:4 Rslt:1 ARQC:1: soh 78 ",
"prod_name": "DE39=00: Cvv Type:4 Rslt:1 ARQC:1: soh 78 ",
"txn_stat_id": 1,
"txn_type": 100,
"tc_id": 10450,
"additional_data": "DE39=00",
"rsn_code": "0",
"type_detail": "Shop Spend"
}
]
}