SEND OTP

HTTP Response Codestatusresponse_codeMessage
200False0Something went wrong Please try after sometime!!
200True1Success
200True2Merchant kyc already done kindly proceed with transactions.
200False2Merchant onboarding not completed kindly complete the onboarding first.
200False3Merchant Code not found
200False4Provided Message
200False5Unable to process balance request
200False6Provided Message
200False7Authentication failed !! Ip Not Whitelisted- XX.XX.XX:XXXX

📘

Note-

KYC Completion Scenarios

  1. 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."
}

  1. 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."
}

Language
Click Try It! to start a request and see the response here!