API lấy giao dịch
Dùng để lấy một hoặc nhiều giao dịch ngân hàng
Trước khi bắt đầu
Lấy giao dịch ngân hàng
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"error": 0,
"message": "success",
"data": {
"page": 4,
"pageSize": 10,
"nextPage": 5,
"prevPage": 3,
"totalPages": 35,
"totalRecords": 341,
"records": [
{
"id": 5789,
"tid": "TF2104152395814062",
"description": "Khanhnm chuyen tien",
"amount": -193000,
"cusum_balance": 1070904,
"when": "2021-04-15T00:00:00",
"bankSubAccId": "8007041027107",
"paymentChannel": "",
"virtualAccount": "",
"virtualAccountName": "",
"corresponsiveName": "",
"corresponsiveAccount": "",
"corresponsiveBankId": "",
"corresponsiveBankName": "",
"accountId": 733,
"bankCodeName": "acb_digi"
},
{
"id": 5790,
"tid": "TF2104152997602811",
"description": "Chuyen tien nap momo",
"amount": -350000,
"cusum_balance": 720904,
"when": "2021-04-15T00:00:00",
"bankSubAccId": "8007041027107",
"paymentChannel": "",
"virtualAccount": "",
"virtualAccountName": "",
"corresponsiveName": "",
"corresponsiveAccount": "",
"corresponsiveBankId": "",
"corresponsiveBankName": "",
"accountId": 733,
"bankCodeName": "acb_digi"
},
]
}
}Chi tiết các tham số
Ví dụ:
Lấy chi tiết một giao dịch
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Ví dụ:
Last updated