SEND OTP

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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."
}

Body Params
string
required

Unique Merchant Code from each merchant of the partner.

string
enum
required
Defaults to SITE

Device type from which api is been hitted.

Allowed:
string
required

merchant location latitude

string
required

Merchant location Longitude

string
required

Merchant aadhar number

Headers
string
required
string
string
required
Defaults to application/json
string
required
Defaults to PS001
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json