LYOMERCHANT
Search
⌃K

Merchant API Creation

Merchant API Creation

Request URL
{Live/Sandbox url}/api/[email protected]&hash={{hash}}
Request Method
POST
Params
email,hash

Sample Response

{
"user_id": 43,
"api_key": "8qewMng8iwZcrq5BbCjosJ9ypPeiO8gOX1PyejeFwYz19yRp4lON1j1USOzXLlv6"
}

MD5 Hash Generation

var str_1 = '[email protected]' + '_LYO'
var hash = CryptoJS.MD5(str_1).toString();