Infinia API
  1. Revenue Sharing
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
        POST
      • Revenue Sharing Status Query
        POST
    • 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. Revenue Sharing

Revenue Sharing Status Query

POST
/v1/revenue-sharing/query
Description:
The revenue sharing status query API interface allows you to track the status of revenue sharing transactions. It provides information on the completion or pending status of each transaction, helping to ensure that all payments are processed correctly and on time. Use this interface to monitor the progress of your revenue-sharing activities.
Version
1.0.1

Request

Body Params application/json

Example
{
    "requestNo": "RSQ-20250903-0001",
    "paymentOrderId": "PAY-202409-00088"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/revenue-sharing/query' \
--header 'Content-Type: application/json' \
--data-raw '{
    "requestNo": "RSQ-20250903-0001",
    "paymentOrderId": "PAY-202409-00088"
}'

Responses

🟢200成功
application/json
OK
Body

Example
{
    "status": "NONE",
    "requestNo": "string",
    "sellerId": "string",
    "transactionId": "string",
    "targetCurrency": "CNH",
    "targetAmount": "string",
    "note": "string"
}
🟠400请求有误
🔴500服务器错误
Modified at 2025-09-09 08:49:18
Previous
Revenue Sharing
Next
Seller status notification
Built with