{
"identity_code": "6835261083486",
"purpose_of_transaction": "p12345",
"tran_id": "F7B4E1538A8D",
"bank_ref": ""
}curl --location --request POST 'https://merchantapi-demo.bill24.io/transaction/v2/verify' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity_code": "6835261083486",
"purpose_of_transaction": "p12345",
"tran_id": "F7B4E1538A8D",
"bank_ref": ""
}'{
"code": "SUCCESS",
"message": "Transaction found",
"message_kh": "áááááˇáááááˇááśáááśááááážá",
"data": {
"device_code": "",
"channel_code": "CH1",
"customers": [
{
"branch_code": "",
"branch_name": "",
"customer_code": "",
"customer_name": "",
"customer_name_latin": "",
"bill_no": "",
"amount": 10
}
],
"tran_id": "F7B4E1538A8D",
"tran_date": "2025-12-22T10:01:36.756517",
"tran_amount": 10.0000,
"fee_amount": 0.0000,
"total_amount": 10.0000,
"currency": "KHR",
"identity_code": "6835261083486",
"bank": {
"code": "",
"name": "",
"name_latin": "",
"logo": ""
},
"bank_ref": "",
"purpose_of_transaction": "p12345",
"status": "pending",
"description": "Testing"
}
}