Introduction
This section provides an overview of the Payen Platform solution and details how to integrate directly with the API.
The Payen Platform provides a secure mechanism to perform transactions and transaction operations that enable merchant processes. The Platform also provides a tokenisation solution to ease the burden of PCI-compliant solutions and to provide merchants with a solution that is both functional and secure.
All the server to server requests are in an JSON or XML format for extensibility.
All API calls are performed over standard HTTPS (SSL) POST. The body and HTTP request must be encoded using UTF-8.
The content type should be set as “application/json” or “text/xml” and the digest should always be sent as an HTTP header. For more information on digest calculation, please see the Digest Calculation section.