I successfully subscribed to the web-hook. In web-hook i got response like
{"appId":"J95Gsdas46S7BEWA","merchants":{"SND85564GM":[{"objectId":"A:J9546S7GHWA","type":"CREATE","ts":149888207876098}]}}
From this how i will get the merchant information like name, email id etc?
I am aware about the api GET /v3/merchants/{mId} but how i can generate access_token for this from the server side?
Please help me regarding this.