post https://xyz.xyz.in/service-api/api/v1/service/dmt-v6/merchant/register
For e-KYC kindly use the wadh : E0jzJ/P8UopUHAieZn8CKqS4WPMi5ZSYXgfnlfkWjrc=
$ciphertext_raw = openssl_encrypt($piddata, "AES-128-CBC", $key, $options=OPENSSL_RAW_DATA, $iv);
$enctoken = base64_encode($ciphertext_raw);
echo $enctoken;
SNo. | HTTP Resoponse code | response_code | status | Description |
---|---|---|---|---|
2 | 200 | 0 | false | Something went wrong please try again later |
1 | 200 | 1 | true | Merchant Activated Successfully. |
3 | 200 | 2 | false | Invalid pid data found. Kindly pass the pid data in correct format. |
4 | 200 | 3 | false | Merchant verification is under process on bank. Kindly retry after some time. |
5 | 200 | 4 | false | Merchant rejected by bank. |
6 | 200 | 5 | false | Merchant Onboarding process is not completed kindly complete all the stages of onboarding and try again later. |
7 | 200 | 6 | false | MERCHANT ID NOT FOUND |
8 | 406 | 7 | false | Validation_errors (dynamic message related to validations) |
9 | 401 | 8 | false | DMT service or preference is not active for this account |
10 | 412 | 9 | false | Unable to process query remitter request |
11 | 401 | 10 | false | Invalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter) |
12 | 401 | 11 | false | Authentication failed. |
13 | 503 | 12 | false | DMT BANK6 Service is down |
{
"event": "MERCHANT_STATUS_ONBOARD",
"param": {
"mobile": "9560602935",
"alternate_mobile": "9560620395",
"name": "vivek",
"firmname": "firmshop",
"shopaddress": "D-234 rajori garden",
"dob": "2001-03-22",
"fathername": "Signh",
"email": "[email protected]",
"pincode": "201309",
"address": "D-234 rajori garden",
"city": "Delhi",
"state": "Delhi",
"pannumber": "CJIPKXXXXX",
"status": 1,
"merchantcode": "PS345435-VISE",
"refno": "124324",
"partnerid": "PS0033",
"txnid": "1451162",
"is_icici_kyc": "1",
"bank": {
"Bank6_dmt": "Active",//Inactive,EKYC-Pending,Acivation-Pending,Active,Rejected
"Bank6_remarks": "bank remarks",
}
},
"param_inc": "wqewqewqe723432432"
}