Request and Response parameters
Authentication#
A globally unique product ID (appId) is issued to the client.
Through the appId, the client’s public key can be obtained, and the client’s operation permissions are restricted accordingly.
More details are provided in the Encryption and Decryption section.General Request URLs#
Sandbox environment request URL:
https://uat-openapi.infiniax.com/api/
Production environment request URL:
https://openapi.infiniax.com/api/
Standard defining codes for country names: ISO 3166-1
Currency: 3-letter currency code (e.g., CNH
)
Parameter data types: String
Request parameters:#
Parameter | Datatype | Length | Description |
---|
version | String | 8 | Interface version number |
appId | String | 64 | Globally unique product ID |
dataType | String | 16 | Data format: JSON |
requestData | String | 2048 | The data sent by the client to the server when making an API call. |
signature | String | 2048 | The platform uses their private key to sign the encrypted requestData string as a signature |
Response parameters:#
Parameter | Datatype | Length | Required | Description |
---|
appId | String | 64 | M | Globally unique product ID |
code | String | 32 | M | A code that indicates status, more in Appendix |
message | String | 64 | O | A brief description about code |
responseData | String | 2048 | O | The data returned by the server to the client in response to an API call. |
Modified at 2025-09-09 08:00:15