Invoice Transaction Inquiry


A merchant can perform following Invoice operations using our REST API.

   Merchant can do inquiry for the transaction of an invoice for the customer. Customer will be informed regarding inquiry of the transaction for his order through email.

How to inquire an Invoice?

Invoice transaction inquiry request has to be sent to our REST endpoint i.e. invoiceServices/REST/v1/invoiceTransInquiry using POST method. Auth token is required for inquiry of an invoice.

In our API Specifications you can find a full list of parameters that can be sent in the initial request.


   To inquire about transaction details merchant first needs to generate authentication token and set it in header. To generate auth token please refer Auth token API.

Sample Request


Sample Response