{% extends 'bundles/NelmioApiDocBundle/SwaggerUi/base.html.twig' %} {% block content %}

HMAC API Authentication


To authenticate for any API call you will have to add 4 headers for each request.

Hash Generation Examples:
Example cURL Request:
curl -XGET -H 'x-api-key: {replace-with-api-key}' -H 'x-timestamp: {replace-with-unix-timestamp}' -H 'x-hash: {replace-with-sha256-generated-hash}' -H "Content-type: application/json" 'https://secure.payoo.cloud/v1/init'
{% endblock %}