Quick Start
API URL
Sandbox
https://{{ sandbox_domain }}/api/v2
Production
https://{{ production_domain }}/api/v2
API Access Permission
Merchants need to use API Key to obtain access token before API request. And add token in request header when accessing business API. API will work normally only after identity authentication is successful.
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