Hàm lấy trạng thái giao dịch Topup theo RequestId
Hàm cho phép bạn xem trạng thái giao dịch theo RequestId nếu có truyền vào
HTTP request
curl --location --request POST 'https://api.omitopup.com/api/get-by-requestid' \
--header 'token: {token}' \
--header 'Content-Type: application/json' \
--data-raw '{ "request_id": ["{request_id}"] }'Thuộc tính
Mô tả
{
"resultCode": 100,
"payload": {
"code": 1,
"reference_id": "42bf5f70-409e-4eda-8cce-10420691221f",
"request_id": "270220230000",
"request_price": 20000,
"total_topup": 0
}
}Thuộc tính
Mô tả
PreviousHàm lấy các giao dịch đã thực hiệnNextHàm lấy trạng thái giao dịch Topup theo referenceId
Last updated