Register Remitter

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

SNo.HTTP Resoponse coderesponse_codestatusDescription
12001trueRemitter registered successfully
24012falseDynamic response from bank side
34013falseDyanmic response for biometric
44014falseInvalid OTP
52005falseInvalid Pid Data Found
62006falseInvalid Remitter details passed
720016falseThese mobile number is not authorise to avail DMT transaction facility!
842217falseValidation_errors (dynamic message related to validations)
940118falseDMT service or preference is not active for this account
1041219falseUnable to process query remitter request
1140120falseInvalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter)
1240121falseAuthentication failed
1350322fasleDMT BANK6 Service is down
Language
Click Try It! to start a request and see the response here!