post
https://xyz.xyz.in/service-api/api/v1/service/aeps/v3/merchantkyc/send_otp
| HTTP Response Code | status | response_code | Message |
|---|---|---|---|
| 200 | False | 0 | Something went wrong Please try after sometime!! |
| 200 | True | 1 | Success |
| 200 | True | 2 | Merchant kyc already done kindly proceed with transactions. |
| 200 | False | 2 | Merchant onboarding not completed kindly complete the onboarding first. |
| 200 | False | 3 | Merchant Code not found |
| 200 | False | 4 | Provided Message |
| 200 | False | 5 | Unable to process balance request |
| 200 | False | 6 | Provided Message |
| 200 | False | 7 | Authentication failed !! Ip Not Whitelisted- XX.XX.XX:XXXX |
Note-
KYC Completion Scenarios
- First-time KYC Completion
When the user completes eKYC for the first time, the system returns the following response indicating that Bank eKYC is still pending and transactions are not yet enabled.
{
"status": true,
"response_code": 2,
"message": "EKYC Registration completed. Please complete Bank eKYC to enable transactions."
}
- After getting the above response Merchant need to do the KYC process again.
When the user completes eKYC again (after Bank eKYC or required prerequisites are fulfilled), the system returns a success response indicating full KYC completion.
{
"status": true,
"response_code": 1,
"message": "EKYC Completed Successfully."
}
