1. 1688 Oder Pay
大吉开放平台 API
  • 文档介绍
    • 接入指南(英文)
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • 接口说明
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688 Product Search
        • Image upload By Get
      • 1688 Order Manage
      • 1688 Oder Pay
        • Get payment links for orders in batches
          GET
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
      • 1688 Product Analyze
    • Taobao / Tmall API
      • Taobao / Tmall Signature & Enumeration
      • Taobao / Tmall Product Search
        • Image upload By Get
        • Product Logistics Price Get
        • Product details search v2
        • Product Logistics Price Get v2
        • Product Logistics Price Post v2
      • Taobao / Tmall Order Manage
      • Taobao / Tmall Order Pay
      • Taobao / Tmall Message
        • Taobao / Tmall Message Type
        • Taobao / Tmall Messages – Signature Verification
    • Poizon API
      • Dewu Product Search
      • Dewu Order Manage
        • Create order & Payment API
        • Query Order Info
      • Dewu Balance Query API
        • Balance Query API
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. 1688 Oder Pay

Get payment links for orders in batches

GET
/alibaba/alipay/url/get
When paying through ERP, you can obtain the link to the cashier for batch payment through this API. A single order returns the 1688 cashier address, and multiple orders return the Alipay cashier address. ERP can guide users to jump to the checkout link to complete the payment action. The user's login status in 1688 will be verified before payment.

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/alibaba/alipay/url/get?appKey=&appSecret=&sign=&orderIdList='

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "erroMsg": null,
        "payUrl": "https://trade.1688.com/order/cashier.htm?orderId=2257455039610311973",
        "success": true,
        "errorCode": null
    },
    "timestamp": 1723629596414,
    "traceId": "bb030575288a"
}
修改于 2026-07-31 08:48:15
上一页
Image upload By Get
下一页
1688 Message Service
Built with