Check status
Verify Transaction/Invoice status
post/order.json
Headers
Content-Typestring required
Request body
Example request
{
"invoiceref": "1955/5051/044222"
}Response
Successful response
Example response
{
"method": "check",
"trace": "4000/521489/64a6f264",
"order": {
"ref": "A08299C25E0644F309FE2DE42F292BE7D02298F807B3C1CE00C47DC88C9BA763",
"url": "https://secure.telr.com/gateway/process.html?o=A08299C25E0644F309FE2DE42F292BE7D02298F807B3C1CE00C47DC88C9BA763",
"cartid": "012344564472",
"test": 1,
"amount": "150.00",
"currency": "AED",
"description": "Test transaction",
"status": {
"code": 1,
"text": "Pending"
}
}
}