Merchant Sign Up


Partner can register a Merchant with using this API.

Merchant sign up request is send over HTTPS to the /merchantServices/api/v1/merchantSignup 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 Merchant sign up API requires below details to be passed along with the request for authentication and authorization:
  • login <Login name of a Merchant>
  • partner's secureKey <Partner secure key that can be generated through 's dashboard >
  • Merchant's password <Merchant's password >
  • partnerId <ID of a Partner who is going to send a request>

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:

Merchant sign up by Partner:
<login>|<partner's secureKey>|<password>|<partnerId>


Sample Code