English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon 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
    • 类目查询
      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

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