get https://staging.eko.in/ekoapi/v3/user/account/services
Get a list of services which are currently enabled for your user.
Below are the values of status that you will get when the service inquiry is done for any user_code:
status | status_desc | Description |
---|---|---|
0 | Deactivated | User needs to upload the documents again using activate service API |
1 | Activated | Service Activated for the use |
2 | Pending | User status is pending for this service |
Once the user uploads the document after the DEACTIVATED state, it will go in the PENDING state.
Check for the parameter "verification_status" in the user service inquiry API. This parameter will tell you the action taken by our operations team.
These are the values and corresponding descriptions for the parameter verification_status
:
verification_status | Description |
---|---|
0 | Not Applicable (Not Applicable for that service, means no verification is required by the ops team for that particular service) |
1 | Verified (Documents Verified by the ops team) |
2 | Rejected (Rejected by the Ops team, rejection reason can be seen in comments parameter) |
3 | Pending (Action pending from ops team) |