API Environment

TLS1.2(or higher) is required for the client side to connect to the Scan2Pay API server.

Scan2Pay API

POST https://intella-server-domain/allpaypass/api/general

Scan2Pay API

Request Body

NameTypeDescription

"ApiKey"

string

RSA-encrypted AES Key

"Request"

string

AES-Encrypted JSON contents

{
    "Response":"aes-encrypted-string"
}

Please contact intella for the domain name of the Scan2Pay API server.

At development stage, testing the payment transaction might require the test version of third-party payment apps. Please contact intella for more information if you need to perform payment tests on test(staging) server.

Last updated