1. AlibabaOrderController
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • The acquisition logic of 1688 commodity prices
        • Alibaba
          • AlibabaProduct
            • AlibabaProductKeywordsQuery
            • AlibabaProductImageQuery
            • AlibabaProductCategory
            • AlibabaProductDetail
            • AlibabaProductFreightEstimateGet
            • AlibabaProductDetailMulti
          • AlibabaOrderController
            • order pay
              POST
            • Order list
              POST
            • Order Preview (The preview interface needs to be called before creating an order)
              POST
            • Create an order
              POST
            • Get order details
              POST
            • Order Logistics
              POST
          • IM
            • IM
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
      • OrderStatusFlow
        • 1688-KA-Order-EN.md
        • README.md
        • Taobao-Order-CN.md
        • Taobao-Order-EN.md
  1. AlibabaOrderController

order pay

POST
/alibaba/ka/order/pay

Request

Header Params

Body Params application/jsonRequired

Example
{"orderIds":["3300504350583134260"]}

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 'https://www.xportcn.com/api/alibaba/ka/order/pay' \
--header 'access-key: eb4e1d5755e246cf986caa3b6cce28d7' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'nonce-str;' \
--header 'timestamp: 1715669977082' \
--header 'timestamp;' \
--header 'user-id: 2218427022945' \
--header 'user-id;' \
--header 'signature: 8A15DC76ADFF1C8D775AB141549D603E' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{"orderIds":["3300504350583134260"]}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "requestId": "9502cd80026d45018af181d760288f63",
    "code": 200,
    "developId": "1023561483696472887",
    "msg": "成功",
    "data": {
        "successOrderIds": [
            "3300504350583134260"
        ],
        "failedOrderList": [
            {
                "orderId": "3300504350583134260",
                "failedReason": "资金账户已经扣款,不可重复支付"
            }
        ]
    }
}
Modified at 2026-05-14 06:40:05
Previous
AlibabaProductDetailMulti
Next
Order list
Built with