post https://test.payu.in/merchant/postservice.php
You can use this API to retrieve settlement details which the bank has to settle for you. The input is the date for which settlement details are required, where the var1 parameter is the date you want to know the settlement status or UTR (Unique Transaction Reference number). This API can be posted with version (1 or 2) in the var5 parameter.
Environment
Test Environment | https://test.payu.in/merchant/postservice?form=2 |
---|---|
Production Environment | https://info.payu.in/merchant/postservice?form=2 |
Response parameters
For the response parameters description, refer to Additional Info for General APIs.
Reference information for request parameters
Parameter | Reference |
---|---|
key | For more information on how to generate the Key and Salt, refer to any of the following: - Production: Generate Merchant Key and Salt - Test: Generate Test Merchant Key and Salt |
hash | Hash logic for this API is:sha512(key|command|var1|salt)
sha512 |