Inquiry
Host:
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
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.
Sample Request
Sample Response
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