- Taobao
- goods
- order form
- shopping cart
- After sales
- Message callback
- 1688
- Goods
- 1688 commodity details inquiry
- 1688 Product keyword query
- 1688 Product image search
- 1688 multilingual store search
- Query multilingual categories according to category ID
- Product recommendation
- Related product recommendation
- Global strictly selected keyword query
- 1688 Strictly select keyword query
- Hot list query
- shopping cart
- order form
- Developers submit 1688 orders for payment in batchPOST
- Preview data interface before order creation (different merchants)POST
- Create order interface in batch (different merchants)POST
- Obtain logistics tracking informationGET
- Order ListPOST
- Preview data interface before creating an orderPOST
- Create Order InterfacePOST
- Cancel order interface before paymentPOST
- Order paymentGET
- Buyer confirms receiptPOST
- 1688 conversion and decryption to Wangwang nickname interfacePOST
- After sales
- Message callback
- basis
- Warehouse logistics
Order payment
GET
/v2/alibaba/order/pay/url
/v2/alibaba/order/pay/url
请求参数
Query 参数
orderId
string
必需
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/alibaba/order/pay/url?orderId' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200成功
application/json
Body
requestId
string
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string
返回码对应信息
data
object (AlibabaPayOrderVO)
返回内容
orderId
string | null
订单id
protocolPaySuccess
boolean | null
可选
payUrl
string | null
可选
cantPayOrderList
array[integer] | null
可选
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"orderId": "",
"protocolPaySuccess": false,
"payUrl": "",
"cantPayOrderList": [
0
]
}
}
修改于 2025-04-25 06:11:26