Register Remitter

SNoHttp Response CodeResponse CodeStatusDescription
12001trueRemitter account details fetched.
32000falseSomething went wrong, please try after sometime!
42002falseError while registering remitter data. OR Customer EKYC Is Expired kindly do EKYC Again. OR Invalid Pid Data Found
62003falseThese mobile number is not authorise to avail DMT transaction facility!
72008falseMerchant is not activate to use DMT services. Please try again after some time.
82009falseMERCHANT ID NOT FOUND..
920010falsevalidation_errors (dynamic message related to validations)
1020011falseDMT service or preference is not active for this account.
1120012falseUnable to process query remitter request.
1220013falseInvalid JWT token or token related errors (this is dynamic message could be change as per partner's input parameter)
1320014falseAuthentication failed.
1420015falseDMT Bank4 service is down.

Encryption Logic for PID data

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

Partner Merchant code

string
required

Remitter mobile number

string
required

Remitter Aadhar number

string
required

Encrypted value of remitter pid data

string
required

This you will get in the response of remitter kyc

string
required

This you will get when you hit the remitter kyc

string
required

This you will get in the response of remitter kyc

string

Customer first name

string

Customer Last name

string

Merchant shop latitude

string

Merchant shop longitude

string
enum
required
Defaults to SITE | APP
Allowed:
Headers
string
required
string

If authorisedkey is generated then you have to pass authorisedkey else no need to pass

Responses

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