Get Transaction List


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

   Merchant can get List Of Transaction for the customer.

How to Get Transaction List?

Transaction List request has to be sent to our REST endpoint i.e. transactionServices/REST/v1/getTransactionList using POST method.


   To get transaction list 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


Hashing Rule

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


Below is the description of fields use for generating checksum.

  • memberId <Merchant ID as shared by >
  • secureKey <Secure Key that can be generated through 's dashboard>

How to generate Checksum ?

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 Invoice:
<memberId>|<memberSecureKey>


Sample Code