Get Order ID


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

   Merchant can get Order ID for the invoice

How to Get Order ID for Invoice?

To get Order ID request has to be sent to our REST endpoint i.e. invoiceServices/REST/v1/getOrderID using POST method.

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


   To get order ID for an invoice 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