Infinia API
  1. Infinia E-commerce API
Infinia API
  • Infinia E-commerce API
    • Introduction
    • API overview
    • Request and Response parameters
    • Encryption and Decryption
    • Account Binding
      • Account Binding
      • Account Binding Status Query
    • Trade Details
      • Trade details upload
      • Trade Details Upload Status Query
    • Query
      • Platform Account Balance Query
      • Seller's Available Revenue Share Query
    • Revenue Sharing
      • Revenue Sharing
      • Revenue Sharing Status Query
    • Webhook
      • Seller status notification
    • Appendix
      • System Code
      • Product types
      • CipherRsaUtil.java
      • Templates: Trade_details.csv
      • Templates: Trade_details_error_file(.csv)
      • Log
    • Schemas
      • Schemas
        • ErrorBody
        • AccountBindingRequestData
        • AccountBindingResponseData
        • AccountBindingQueryRequestData
        • AccountBindingQueryResponseData
        • TradeDetailsUploadStatusRequestData
        • TradeDetailsUploadStatusResponseData
        • AccountBalanceQueryRequestData
        • AccountBalanceQueryResponseData
        • AvailableRevenueQueryRequestData
        • AvailableRevenueQueryResponseData
        • RevenueSharingRequestData
        • RevenueSharingResponseData
        • RevenueSharingStatusQueryRequestData
        • RevenueSharingStatusQueryResponseData
  1. Infinia E-commerce API

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/

Data Formats and Protocols#

Formats: JSON
Protocols: HTTPS
Standard defining codes for country names: ISO 3166-1
Currency: 3-letter currency code (e.g., CNH)
Parameter data types: String

Request parameters:#

ParameterDatatypeLengthDescription
versionString8Interface version number
appIdString64Globally unique product ID
dataTypeString16Data format: JSON
requestDataString2048The data sent by the client to the server when making an API call.
signatureString2048The platform uses their private key to sign the encrypted requestData string as a signature

Response parameters:#

ParameterDatatypeLengthRequiredDescription
appIdString64MGlobally unique product ID
codeString32MA code that indicates status, more in Appendix
messageString64OA brief description about code
responseDataString2048OThe data returned by the server to the client in response to an API call.
Modified at 2025-09-09 08:00:15
Previous
API overview
Next
Encryption and Decryption
Built with