Register Remitter

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

📘

Note

  1. Kindly use wadh value "E0jzJ/P8UopUHAieZn8CKqS4WPMi5ZSYXgfnlfkWjrc=" in production during scanning the remitter finger
  2. EKYC and OTP will be valid for 1 min.
  3. Kindly use the given wadh value for face auth "sgydIC09zzy6f8Lb3xaAqzKquKe9lFcNR9uTvYxFp+A=" in production during scanning the remitter face data
SNoHttp Response CodeResponse CodeDescription
12001Remitter account details fetched.
22002Bank response of customer registration message
32004Error while registering remitter data
42003These mobile numbers are not authorise to avail DMT transaction facility
54068Validation Errors
640412DMT service or preference is not active for this account.
74129Unable to process register remitter request
840110Invalid JWT Token
940111Authentication failed
Body Params
string
required

Remitter Mobile Number

string
required

You will get this on Remitter mobile number in the response of Remitter Aadharnumber API

string
required

You will get this in response from Remitter Aadharnumber API

string
required

encrypted value of pid data

string
enum
required
Defaults to SITE,APP

For Android use the accessmode APP else SITE

Allowed:
int32
Defaults to 2

this field (is_iris) is required in case of face auth and the value for face auth should be 4.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json