API Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
Scan2Pay adopts single API entrance, Request and Response contents are sent using http POST method.
The original request body, which is in JSON format, will be encrypted using AES algorithm. The AES Key is then encrypted using RSA algorithm and packed into the request . When server receives the request, the AES key will be decrypted and then used to restore the original request body. For further information please refer to:
For API Request/Response data format, please refer to: