{
"reference": "R002-96735"
}
curl --location --request POST 'https://merchantapi-demo.bill24.io/transaction/instant_payment/detail' \
--header 'Authorization: Bearer {token get from endpoint (Authorization)}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reference": "R002-96735"
}'
KHR
{
"code": "000",
"message": "Transaction found",
"message_kh": "ប្រតិបត្តិការបានរកឃើញ",
"data": {
"reference_id": "R002-96735",
"transaction_id": "d9616387-351e-4810-bb40-a396d0e2e8ff",
"supplier_id": "8ee268d8-ed4b-44a4-951b-734566a8ee5a",
"transaction_type": "wallet_payment",
"tran_amount": 5000,
"total_amount": 5000,
"currency": "KHR",
"tran_date": "2025-04-08T11:51:58.049221",
"expire_date": "2025-05-08T11:51:58.049254",
"status": "success",
"customer_name": "Bunai04",
"customer_name_kh": "",
"bank_id": null,
"bank_ref": "FT12937HDGT36467H"
}
}