post https://xyz.xyz.in/service-api/api/v1/service/dmt-v2/remitter/registerremitter
$ciphertext_raw = openssl_encrypt($piddata, "AES-128-CBC", $key, $options=OPENSSL_RAW_DATA, $iv);
$enctoken = base64_encode($ciphertext_raw);
echo $enctoken
Note
- Kindly use wadh value "E0jzJ/P8UopUHAieZn8CKqS4WPMi5ZSYXgfnlfkWjrc=" in production during scanning the remitter finger
- EKYC and OTP will be valid for 1 min.
- Kindly use the given wadh value for face auth "sgydIC09zzy6f8Lb3xaAqzKquKe9lFcNR9uTvYxFp+A=" in production during scanning the remitter face data
SNo | Http Response Code | Response Code | Description |
---|---|---|---|
1 | 200 | 1 | Remitter account details fetched. |
2 | 200 | 2 | Bank response of customer registration message |
3 | 200 | 4 | Error while registering remitter data |
4 | 200 | 3 | These mobile numbers are not authorise to avail DMT transaction facility |
5 | 406 | 8 | Validation Errors |
6 | 404 | 12 | DMT service or preference is not active for this account. |
7 | 412 | 9 | Unable to process register remitter request |
8 | 401 | 10 | Invalid JWT Token |
9 | 401 | 11 | Authentication failed |