{
"orderIds": [
"string"
]
}
curl --location --request POST '/v2/alibaba/order/batch/submit/to/pay' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderIds": [
"string"
]
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"successOrderIds": [
""
],
"payFailOrders": [
{
"orderId": "",
"errorReason": ""
}
],
"payUrl": "",
"cantPayOrderList": [
0
]
}
}