API Introduction

Single API entrance

Scan2Pay adopts single API entrance, Request and Response contents are sent using http POST method.

Data encryption

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:

pageAPI Security

Request/Response body in JSON data format

For API Request/Response data format, please refer to:

pageAPI Request FormatpageAPI Response Format

Last updated