English
Product Documentation1688 API
Taobao/Tmall APIPoizon API
Product Documentation1688 API
Taobao/Tmall APIPoizon API
中文
  1. 1688 Oder Pay
  • 1688 Signature & Enumeration
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
    • Category Query
      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
    • 1688 Messages – Signature Verification
  • 1688 Product Analyze
    • 查询榜单列表
      GET
    • 获取商品每日销售数量趋势
      GET
Product Documentation1688 API
Taobao/Tmall APIPoizon API
Product Documentation1688 API
Taobao/Tmall APIPoizon API
中文
  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

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

Responses

🟢200成功
application/json
Body

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"
}
Modified at 2024-08-15 08:36:04
Previous
Buyer confirms receipt
Next
Initiate password-free payment
Built with