var axios = require('axios');
url: 'https://<PayEngine-host>/api/merchant',
'accept': 'application/json',
'Authorization': 'Basic {{YOUR_API_SECRET}}',
'Content-Type': 'application/json'
.then(function (response) {
console.log(JSON.stringify(response.data));
.catch(function (error) {