Merchant Activation Api

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
SNoHttp ResponseCodeResponse CodeStatusDescription
12001trueMerchant Activated Successfully.
22002falseInvalid pid data found. Kindly pass the pid data in correct format.
32003falseMerchant verification is under process on bank. Kindly retry after some time.
42004falseMerchant rejected by bank.
52005falseMerchant Onboarding process is not completed kindly complete all the stages of onboarding and try agaun later.
62006falseMERCHANT ID NOT FOUND..
72007falseThese mobile number is not authorise to avail DMT transaction facility!
84068falsevalidation_errors (dynamic message related to validations)
94019falseDMT service or preference is not active for this account.
1041210falseUnable to process query remitter request.
1140111falseInvalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter)
1240112falseAuthentication failed.
135000falseSomething went wrong please try again later OR message from bank side(dynamic message)

📘

NOTE -

Kindly use the wadh value for scaning the finger data from RD Device.

Wadh Value - 18f4CEiXeXcfGXvgWA/blxD+w2pw7hfQPY45JMytkPw=

$ciphertext_raw = openssl_encrypt($piddata, "AES-128-CBC", $key, $options=OPENSSL_RAW_DATA, $iv); $enctoken = base64_encode($ciphertext_raw); echo $enctoken;
Body Params
string
required

Partner Merchant code

string
required

Merchant Aadharnumber

string
required

encrypted value of pid data. Please refer above section to get the encryption logic

string
required

DOB Format (YYYY/MM/DD)

Headers
string
required
string

If authorisedkey is generated then you have to pass authorisedkey else no need to pass

Responses

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