post https://xyz.xyz.in/service-api/api/v1/service/dmt/remitter/queryremitter
Partner should know !
1 - With this API we can check Remitter mobile no. is already registered with our database, if yes then response system will provide remitter details. If remitter mobile no. is not queried before, then system will hit an OTP on remitter mobile no. to initiate for the registration process.
2 - You need to pass same value of "bank3_flag" in Query Remitter as well as Register Remitter, the value should be either Yes or No.
SNo | HTTP Response Code | Response Code | Description |
---|---|---|---|
1 | 200 | 1 | Remitter details fetch successfully. |
2 | 200 | 0 | Remitter not registered OTP sent for new registration. (check response_code=0 and isset(stateresp) ) |
4 | 200 | 0 | Unable to get remitter details. Please try again later |
5 | 401 | 5 | Mobile Number is not allowed to do remittance. |
7 | 406 | 8 | Validation Error |
8 | 404 | 12 | DMT service or preference is not active for this account. |
9 | 412 | 9 | Unable to process query remitter request. |
10 | 401 | 10 | Invalid JWT Token sent in Header. |
11 | 401 | 11 | Authentication failed. |