Get Store List
Use this API to get the Store list .
Host:
Test: https://mob.caratipay.com/Live: https://wallet.caratipay.com/
The POST request will be send over HTTPS to the
accountServices/AccountService/getStoreList
endpoint.
Sample Request

Sample Response
Language:
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><customerId><walletOwnerId>
Sample Code
