Generate OTP for Merchant Sign Up


You can generate OTP for merchant registration using this API.

Generate OTP for merchant registration request is send over HTTPS to the /merchantServices/api/v1/generateAppOtp resource using POST method.

In our API Specifications you can find a full list of parameters that can be sent in the request. Also number of parameters varies you can see in our Sample Request given below.



Sample Request


Sample Response


Hashing Rule

is supporting MD5 Cryptographic Hash for the authenticity of payment request send to the server.


The Generate OTP API requires below details to be passed along with the request for authentication and authorization:
  • partnerId <ID of a Partner who is going to send a request>
  • partner's secureKey <Partner secure key that can be generated through 's dashboard >
  • Mobile number <Mobile number of a Merchant>

How to generate Checksum?

A checksum has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request:

Generate OTP by Partner:
<partnerID>|<partner's secureKey>|<mobile Number>


Sample Code