post https://xyz.xyz.in/service-api/api/v1/service/matm/matmquery/query/
STATUS QUERY API Should hit after 360 in case of timeout or no response
BODY parameter before AES encryption
| PARAMETER | TYPE | VALUE LIKE |
|---|---|---|
| reference | alphanumeric | 234234S4433 |
RESPONSE CODE
| SNo | HTTP Response Code | Response Code | Description | txnstatus (RESPONSE HANDLING)) |
|---|---|---|---|---|
| 1 | 200 | 1 | SUCCESS Marked success at your end and hit Three Way API | txnstatus = 1 and status =true |
| 2 | 200 | 0 | Failed. Marked failed at your end and hit Three Way API | txnstatus = 3 and status =true |
| 3 | 408 | 2 | IN PROCESS, * Hit query api again * | 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. |
RESPONSE HANDLING
SUCCESS
txnstatus = 1 and status =true Marked success at your end and hit Three Way API
FAILED
txnstatus = 3 and status =true Marked failed at your end and hit Three Way API
PENDING
txnstatus = 2 and status =true Pending, Hit status query Api again and update correct status
