Merchants using node.js or similar technologies may receive gibberish in the ZOOZ API response. It may appear as the below:
In such cases, adding gzip acceptance may solve the issue; try adding headers.set(‘accept-encoding’, ‘gzip,deflate’) to the web server code.