Quick Start

Important: All APIs are based on the HTTPS protocol. The merchant needs to call them through the POST method according to the API instructions.

API URL

Environment
URL

Sandbox

https://{{ sandbox_domain }}/api/v2

Production

https://{{ production_domain }}/api/v2

API Access Permission

API Configuration Instructions

1. Merchant ID - username

The merchant's unique identifier, used to obtain a token.

2 Merchant Password - password

Merchant password, used to obtain token. The platform will provide an initial password, which merchants can modify on the console.

3. Merchant API Key - apiKey

The merchant key provided by the platform is used to obtain the token.

4. Merchant AES Key

Provided by the platform, used for encryption and decryption of transmitted data between both parties, 128 bits (Base64 encoding). Merchants can generate and modify it on the console.

5. Merchant RSA Public Key

Provided by the merchant, used for the platform to verify the request signature, 2048 bits (Base64 encoding). Merchants can upload it on the console.

6. Platform RSA Public Key

Provided by the platform for merchants to verify the response signature, 2048 bits (Base64 encoding).

Sandbox

Production

Last updated