post https://xyz.xyz.in/service-api/api/v1/service/aeps/v2/Aepsquery/query
Transaction status API used to get status of Cash Withdraw transaction.
BODY parameter before AES encryption
PARAMETER | TYPE | VALUE LIKE |
---|---|---|
reference | alphanumeric | 234234S4433 |
RESPONSE HANDLING
Query successfully completed.
--- Status = true and txnstatus = 1 and response_code = 1 success
--- Status = true and txnstatus =3 and response_code = 0 failed
--- Status = true and txnstatus =2 and response_code = 2 pending
RESPONSE CODE
SNo | HTTP Response Code | Response Code | Description | txnstatus (RESPONSE HANDLING)) |
---|---|---|---|---|
1 | 200 | 1 | SUCCESS | txnstatus = 1 and status =true |
2 | 200 | 0 | Failed | txnstatus = 3 and status =true |
3 | 200 | 2 | pending | txnstatus = 2 and status =true |
4 | 401 | 3 | Transaction not found | |
5 | 401 | 15 | Invalid authentication | |
6 | 401 | 8 | validation Error | |
7 | 401 | 20 | Unable to decode body data | |
8 | 401 | 9 | Unable to process balance request | |
9 | 401 | 10 | Invalid JWT Token sent in Header. OR Signature verification failed | |
10 | 401 | 11 | Authentication failed, Please contact service provider. |