{
"TRANSREFID": "690d5d81a0e4dc3b85994199",
"MessageType": "FO",
"DEVICEID": "605b434c01a0941b",
"lat": 21.1336068,
"long": 105.54971
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/transaction/confirmTransaction' \
--header 'Authorization: Bearer b3050b96-f620-448c-8598-64516948f27d' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"TRANSREFID": "690d5d81a0e4dc3b85994199",
"MessageType": "FO",
"DEVICEID": "605b434c01a0941b",
"lat": 21.1336068,
"long": 105.54971
}'{
"err": 200,
"message": "Success",
"data": {
"errorCode": 0,
"errorMsg": "",
"bioRequired": false,
"authMethod": "PIN",
"transRefId": "691acfce64d0d157a69c4642"
}
}