{
"orderIds": [
"string"
]
}curl --location --request POST '/api/pay/studypay/order/query/detail' \
--header 'x-token: {{x-token}}' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderIds": [
"string"
]
}'{
"code": "string",
"data": [
{
"accountInfo": {
"accountNo": "string",
"bankName": "string",
"branchNumber": "string",
"holderName": "string"
},
"caseId": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"expiredTime": "2019-08-24T14:15:22.123Z",
"orderId": "string",
"payAmount": 0,
"payCurrency": "string",
"payableAmount": 0,
"payableCurrency": "string",
"redirectURL": "string",
"reference": "string",
"status": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"errorArgs": [
{}
],
"message": "string"
}