post https://xyz.xyz.in/service-api/api/v1/service/dmt-v3/remitter/queryremitter/kyc
Log in to see full request history
SNo | Http Response Code | Response Code | Status | Description |
---|---|---|---|---|
1 | 200 | 1 | true | Kyc completed and OTP has been sent to remitter mobile number. |
2 | 200 | 2 | false | Customer kyc is unsuccessful, Please try again. OR KYC related messages |
3 | 200 | 4 | false | Invalid Remitter details. |
4 | 200 | 3 | false | These mobile number is not authorise to avail DMT transaction facility! |
5 | 200 | 8 | false | Merchant is not activate to use DMT services. Please try again after some time. |
6 | 200 | 9 | false | MERCHANT ID NOT FOUND.. |
7 | 200 | 10 | false | validation_errors (dynamic message related to validations) |
8 | 200 | 11 | false | DMT service or preference is not active for this account. |
9 | 200 | 12 | false | Unable to process query remitter request. |
10 | 200 | 13 | false | Invalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter) |
11 | 200 | 14 | false | Authentication failed. |
12 | 200 | 15 | false | DMT Bank4 service is down. |
Note: Please use following wadh value for DMT Bank4 kyc. This wadh is applicable for both environment UAT as well Production.
TF/lfPuh1n4ZY1xizYpqikIBm+gv65r51MFNek4uwNw=
Encryption Logic for PID
<?php
$ciphertext_raw = openssl_encrypt($piddata, "AES-128-CBC", $key, $options=OPENSSL_RAW_DATA, $iv);
$enctoken = base64_encode($ciphertext_raw);
echo $enctoken;
?>
Responses