post https://xyz.xyz.in/service-api/api/v1/service/dmt-v6//Remitter/register
$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 |
---|---|---|---|---|
1 | 200 | 1 | true | Remitter registered successfully |
2 | 401 | 2 | false | Dynamic response from bank side |
3 | 401 | 3 | false | Dyanmic response for biometric |
4 | 401 | 4 | false | Invalid OTP |
5 | 200 | 5 | false | Invalid Pid Data Found |
6 | 200 | 6 | false | Invalid Remitter details passed |
7 | 200 | 16 | false | These mobile number is not authorise to avail DMT transaction facility! |
8 | 422 | 17 | false | Validation_errors (dynamic message related to validations) |
9 | 401 | 18 | false | DMT service or preference is not active for this account |
10 | 412 | 19 | false | Unable to process query remitter request |
11 | 401 | 20 | false | Invalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter) |
12 | 401 | 21 | false | Authentication failed |
13 | 503 | 22 | fasle | DMT BANK6 Service is down |