Use this transaction to retrieve the status of a previously submitted transaction. This can be used in cases such as communications or hardware failures.
End Point : /status
{
“siteid”:”123456”,
“refid”:”89045432”,
“txndate”:” 2020-03-01:12:34:01”
}
{
“siteid”:”123456”,
“refid”:”89045432”,
“resultcode”:”Approved”,
“authcode”:”123456”,
“type”:”preauth”,
“errorcode”:””,
“errormessage”:””,
“topuptoken”:””
}
Use the refid to identify the original authorization.