Pre-vet Form


   Our Partners can submit Merchant Application Form (MAF) with selected details to using our REST API.

This application is a speed boarding process in which merchant's minimum required data is being taken. Merchant is allowed to process transactions upto certain threshold amount. Once the threshold amount is reached, merchant has to fill the full MAF form to continue further processing.

The MAF includes the below details:


Company Profile:

The request must contain all the legal information about the company.


Ownership Profile :

The request must contain all the information related to owners, shareholders, directors and authorized signatory.


Business Profile:

The request must contain all website related information.


Bank Profile:

The request must contain all transaction and bank related information.



Speed Option request is send over HTTPS to the /applicationServices/api/ApplicationManager/submitPrevet 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 depending the acquiring banks selected which 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 Application Form API requires below details to be passed along with the request for authentication and authorization:
  • memberId <Merchant ID as shared by >
  • random Id <Any random generated id>
  • partner's secureKey <Partner key shared by >

How to generate Checksum?

A checksum has to be calculated with following combination and needs to be send along with the authentication parameters in each server-to-server request:
<memberId>|<secureKey>|<random>


Sample Code