Generate Url

📘

Partner should know !

With this API we can check Remitter mobile no. is already registered with our database, if yes then response system will provide remitter details.

Process

Call Generate Url api with valid parameter define above. and In Response, in success case encdata and Url will received .
You have to auto redirect POST form to response url with encdata field having response value

<form method="post" action="URL received from generate url API">
  <textarea name="encdata" style="display:none">value received from generate url API</textarea>
  <input type="submit" value="Submit">
</form>

REMMITER ACCOUNT ALREADY CREATED

status : true && is_account_active=1 && response =1

REMMITER ACCOUNT NOT CREATED, NEED TO Register

status : true , is_account_active=0 , response = 2

Language
Click Try It! to start a request and see the response here!