English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Taobao / Tmall Order Pay
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search V1.0
      GET
    • keyword search
      GET
    • shop search
      GET
    • Product details search
      GET
    • Product Logistics Price Get
      GET
    • Hot list type search
      GET
    • List product search
      GET
    • Product Logistics Price Post
      POST
    • Image search V2.0
      GET
  • Taobao / Tmall Order Manage
    • Product Bunker interface(撞库)
      GET
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
  • Taobao / Tmall Order Pay
    • Pay order
      POST
  • Taobao / Tmall Message
    • Message Type
  1. Taobao / Tmall Order Pay

Pay order

POST
/taobao/purchase/order/batch/pay
Batch order payment interface, through which the payment of Taobao orders can be automatically completed, with a limited deduction of Alipay balance. When the Alipay balance is insufficient, the bound bank card balance will be deducted.

Request

Body Params application/json

Example
{
    "appKey": "",
    "appSecret": "",
    "purchaseOrderIdList": [200049919063]
}

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 POST 'https://openapi.dajisaas.com/taobao/purchase/order/batch/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appKey": "",
    "appSecret": "",
    "purchaseOrderIdList": [200049919063]
}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "code": "0",
        "data": {
            "payFailurePurchaseOrderIds": null,
            "willPayPurchaseOrderIds": [
                200049970162
            ],
            "payFailedResults": null
        },
        "success": true,
        "requestId": "2102fb2e17231998633621798",
        "errorCode": null,
        "errorMsg": null
    },
    "timestamp": 1723199866810,
    "traceId": "80568f398ca7"
}
Modified at 2024-08-13 06:53:03
Previous
View order details
Next
Message Type
Built with