English
Product Documentation1688 APITaobao/Tmall API
Product Documentation1688 APITaobao/Tmall API
中文
  1. 1688 Oder Pay
  • 1688 Solution Introduction
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
  • 1688 Order Manage
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
    • Buyer confirms receipt
      POST
  • 1688 Oder Pay
    • Get payment links for orders in batches
      GET
    • Initiate password-free payment
      POST
  • 1688 Message Service
    • 1688 Message Service
  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.

Request

Query Params
appKey
string 
required
大吉平台appKey
appSecret
string 
optional
秘钥,仅调试使用,正式用sign签名
sign
string 
optional
sign签名,请求的参数字典排序+秘钥appSecret,调试时可忽略改字段
orderIdList
string 
required
订单ID列表,最多批量30个订单,订单过多会导致超时,建议一次10个订单

Request 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 GET 'https://openapi.dajisaas.com/alibaba/alipay/url/get?appKey=&appSecret=&sign=&orderIdList='

Responses

🟢200成功
application/json
Body
code
integer 
required
返回码
message
string 
required
消息
data
object 
required
业务数据
erroMsg
null 
required
错误消息
payUrl
string 
required
支付链接
success
boolean 
required
成功标识
errorCode
null 
required
错误码
timestamp
integer 
required
时间戳
traceId
string 
required
traceId
Example
{
  "code": 200,
  "message": "操作成功",
  "data": {
    "erroMsg": null,
    "payUrl": "https://trade.1688.com/order/cashier.htm?orderId=2257455039610311973",
    "success": true,
    "errorCode": null
  },
  "timestamp": 1723629596414,
  "traceId": "bb030575288a"
}
Previous
Buyer confirms receipt
Next
Initiate password-free payment
Built with