Merchant API
V.1.0.0
Welcome to the Tietoevry Merchant API documentation—a complete guide to integrating Tietoevry Ecommerce Payment Gateway solution into Merchant platform effortlessly. This documentation provides all the essential details to help Merchants successfully incorporate solution and deliver a secure and user-friendly payment experience for your customers.
The Tietoevry E-Commerce Payment Gateway solution API follows the REST architectural style, where:
Payments and transactions are treated as resources.
Standard HTTP methods (e.g., GET, POST) are used to perform operations on resources.
Each request specifies a media type for resource representation.
Errors are communicated using standard HTTP response codes.
The payment gateway communicates using the JSON format, with the API format specified in the HTTP header as: application/json
.
All interactions with the Payments Gateway occur over a secure TLS connection. It is critical that the Merchant API client validates the gateway's certificate to prevent potential Man-in-the-Middle attacks on payment data.
Last updated
Was this helpful?