API Reference

Introduction

The WARMKEY API is a RESTful service built for secure and efficient payment gateway operations. Authentication is handled through API keys, ensuring all requests are verified and authorized. Each user receives a pair of credentials: an API key and an RSA private key, similar to a username and password. Importantly, WARMKEY never stores a user’s RSA private key.

  • The API key is placed in header param of body request.
  • The RSA private key is used to generate signature, which ensures the integrity and authenticity of the requests.

By leveraging these keys, WARMKEY ensures a robust security mechanism that prevents unauthorized access while offering a flexible and scalable API for handling payment-related operations.