Transaction Status
Poll payment status by TransID or merchant reference.
GET
http://localhost:9003/api/authurl/s2s/{transID}Request transaction status
Remark: 1 mandatory parameter — TransID or reference (your Order ID)
Response
json
{
"bill_currency": "EUR",
"transID": "100135250426141606",
"mop": "Mastercard",
"ccno": "543889XXXXXX0229",
"reference": "22DEVJAVA250415",
"authurl": "http://localhost:9003/api/authurl/auth_3ds/100135250426141606",
"order_status": "0",
"connector_status_code": "0",
"tdate": "2025-04-26 14:16:06.000657",
"response": "Pending",
"bill_amt": "120.0",
"status": "Pending"
}Order Status Codes
| order_status | status |
|---|---|
| 0 | Pending |
| 1 | Approved |
| 2 | Declined |
| 3 | Refunded |
| 5 | Chargeback |
| 7 | Reversed |
| 8 | Refund Pending |
| 9 | Test |
| 10 | Blocked |
| 25 | Test Approved |
| 26 | Test Declined |
| 27 | Test 3DS Authentication |
