➕API Check Transaction
API kiểm tra trạng thái của giao dịch thuộc ecommerce.
POST
POSThttps://<vietqr-host>/<basepath>/api/ecommerce-transactions/check-orderName
Value
Name
Type
Required
Description
[
{
"referenceNumber": "mã_giao_dịch",
"orderId": "mã_đơn_hàng",
"amount": số_tiền_giao_dịch,
"content": "nội_dung_thanh_toán",
"transType": "giao_dịch_đến_hoặc_đi",
"status": phân_loại_trạng_thái_giao_dịch_theo_số,
"type": phân_loại_giao_dịch_theo_số,
"timeCreated": tem_thời_gian_tạo_mã_QR,
"timePaid": tem_thời_gian_thanh_toán,
"terminalCode": "mã_điểm_bán",
"note": "ghi_chú_giao_dịch",
"refundCount": số_lần_đã_hoàn_tiền_thuộc_giao_dịch_này,
"amountRefunded": số_tiền_đã_hoàn_tiền_thuộc_giao_dịch_này
}
]Last updated