post https://xyz.xyz.in/service-api/api/v1/service/onboard/onboard/activate_merchant
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
SNo | Http ResponseCode | Response Code | Status | Description |
---|---|---|---|---|
1 | 200 | 1 | true | Merchant Activated Successfully. |
2 | 200 | 2 | false | Invalid pid data found. Kindly pass the pid data in correct format. |
3 | 200 | 3 | false | Merchant verification is under process on bank. Kindly retry after some time. |
4 | 200 | 4 | false | Merchant rejected by bank. |
5 | 200 | 5 | false | Merchant Onboarding process is not completed kindly complete all the stages of onboarding and try agaun later. |
6 | 200 | 6 | false | MERCHANT ID NOT FOUND.. |
7 | 200 | 7 | false | These mobile number is not authorise to avail DMT transaction facility! |
8 | 406 | 8 | false | validation_errors (dynamic message related to validations) |
9 | 401 | 9 | false | DMT service or preference is not active for this account. |
10 | 412 | 10 | false | Unable to process query remitter request. |
11 | 401 | 11 | false | Invalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter) |
12 | 401 | 12 | false | Authentication failed. |
13 | 500 | 0 | false | Something 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;
Responses