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/REST/v1/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 checksum?
<memberId><api key><transactionId>
Below is the description of fields:
- memberId <Merchant ID as shared by TWPayz>
- api key <API ID as shared by TWPayz>
- transactionId <Id of previous transaction>
Sample Code
