Inquiry



How to Inquire about a transaction?

To Inquire a transaction you have to send the transactionId.

The transactionId has to be send with a POST request over HTTPS to the walletServices/WalletServices/inquiry endpoint.

The merchant can retrieve detailed information of previously placed transactions through the Inquiry/ Status request.


   Merchant needs to set authentication token in header for each request. To generate authentication token, please refer Auth token API.

Sample Request


Sample Response


How to generate verification hash?

Verification Hash has to be calculated with following combination using SHA256 algorithm and need to be send along with the authentication parameters in each server-to-server request. Parameters required for creating hash are :
<secKey><walletOwnerId><customerId>


Sample Code