getTransaction
Get an existing transaction status.
Checking transaction status
Check transaction status
POST
https://pay.imal.dev/api/getTransaction
Request Body
Name
Type
Description
txID*
String
Transaction ID (eg. 28376237)
{
"code": 1,
"memo": "l28618911",
"mmAddress": "vite_2ff6ffebcf03638b20072c9b40a49778e894420ddf58e40df5",
"amount": "100000000000000000000",
"tokenId": "tti_5649544520544f4b454e6e40",
"txCode": "1",
"expirationTime": "1655840368",
"tokenSymbol": "VITE",
"tokenDecimals": "18",
"description": "hello%20this%20is%description",
"merchantVerified": true,
"merchantName": "iMalFect"
}
Last updated