get https://staging.eko.in/ekoapi/v1/transactions/
Get the status of a Money Transfer transaction basis Eko TID or client-reference-ID
GET
/transactions/{id}
eg: /transactions/12212118In case you are doing the transaction enquiry using your client_ref_id
The value of the id parameter in URL will be client_ref_id:{client_ref_id}So the URL will change to
https://staging.eko.in:25004/ekoapi/v1/transactions/client_ref_id:{client_ref_id}
eg: /transactions/client_ref_id:12212118
Possible values of parameter tx_status
tx_status | Description |
---|---|
0 | Success |
1 | Fail |
2 | Response Awaited/Initiated (in case of NEFT) |
3 | Refund Pending |
4 | Refunded |
5 | Hold (Transaction Inquiry Required) |