Skip to content

Instantly share code, notes, and snippets.

@lucasgomide
Last active May 18, 2017 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasgomide/5520da327c3db7b2279975943b97b10d to your computer and use it in GitHub Desktop.
Save lucasgomide/5520da327c3db7b2279975943b97b10d to your computer and use it in GitHub Desktop.
How to use Zanox Pixel via cURL
// DON'T FORGET
// You have to use the User Agent on headers to simulate browser request
curl https://ad.zanox.com/pps/?YourToken&CustomerID=YourCustomer&OrderID=YourOrderID&TotalPrice=1000.00&ReviewNote=Credit-Card&mode=2&CurrencySymbol=BRL \
-H 'User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment