获取订单列表
参数说明
Request
name | type | required | desc | example |
---|---|---|---|---|
param | JSONObject | YES | 参数 | |
─epayAccount | string | YES | 您的EPAY账号 | test2020@epay.com |
─version | string | YES | 版本号 | V2.0.0 |
─pageNum | integer | YES | 当前页 | 1 |
─pageSize | integer | YES | 每页数据 | 10 |
─epayOrderNo | string | NO | Epay订单号 | 211151433035626655117312 |
─merchantOrderNo | string | NO | 商户订单号 | 20210708220 |
─status | string | NO | 订单状态 | 9 |
─beginTime | string | NO | 开始时间 | 2021-09-01 19:54:53 |
─endTime | string | NO | 结束时间 | 2021-09-03 19:54:53 |
sign | string | YES | 签名 |
Response
name | type | required | desc | default |
---|---|---|---|---|
sign | string | YES | 签名 | |
epayAccount | string | YES | 您的EPAY账号 | test2020@epay.com |
version | string | YES | 版本号 | V2.0.0 |
code | integer | YES | 状态码 1:成功 | 1 |
message | string | YES | 提示 | success |
data | JSONObject | YES | 数据 | |
─page | JSONObject | YES | 分页信息 | |
─pageNum | integer | YES | 1 | 1 |
─pageSize | integer | YES | 10 | 10 |
─total | integer | YES | 总条数 | 1489 |
─pages | integer | YES | 总页数 | 149 |
─nextPage | integer | YES | 下一页 | 2 |
─prePage | integer | YES | 上一页 | 0 |
─list | array | 数据信息 | ||
─ | JSONObject | |||
─epayOrderNo | string | YES | Epay订单号 | 211151433035626655117312 |
─merchantOrderNo | string | YES | 商户订单号 | 20210708220 |
─merchantEmail | string | YES | 商户邮箱 | test2020@epay.com |
─businessCode | string | YES | 业务编码 | 115 |
─amount | string | YES | 订单金额 | 100.0 |
─fee | string | YES | 手续费 | 5.0 |
─currency | string | YES | 币种 | USD |
─payEmail | string | YES | 付款邮箱 | test2020@epay.com |
─status | string | YES | 订单状态 | 9 |
─createTime | string | YES | 创建时间 | 2021-09-01 19:54:53 |
参数示例
curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payinApi/getOrderList' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"epayAccount": "test2020@epay.com",
"version": "V2.0.0",
"epayOrderNo": "",
"merchantOrderNo": "",
"status": "",
"beginTime": "",
"endTime": "",
"pageNum": 1,
"pageSize": 10
},
"sign": "{{sign}}"
}'
RequestExample
curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payinApi/getOrderList' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"epayAccount": "test2020@epay.com",
"version": "V2.0.0",
"epayOrderNo": "",
"merchantOrderNo": "",
"status": "",
"beginTime": "",
"endTime": "",
"pageNum": 1,
"pageSize": 10
},
"sign": "{{sign}}"
}'
ResponseExample
{
"sign": "",
"epayAccount": "test2020@epay.com",
"version": "V2.0.0",
"code": 1,
"message": "success",
"data": {
"page": {
"pageNum": 1,
"pageSize": 10,
"total": 1489,
"pages": 149,
"nextPage": 2,
"prePage": 0
},
"list": [
{
"epayOrderNo": "211151433035626655117312",
"merchantOrderNo": "20210708220",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "5.0",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "9",
"createTime": "2021-09-01 19:54:53"
},
{
"epayOrderNo": "211151433033399790071808",
"merchantOrderNo": "20210708901",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.0",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "9",
"createTime": "2021-09-01 19:46:02"
},
{
"epayOrderNo": "211151433032815305420800",
"merchantOrderNo": "202107087319",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.3",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "9",
"createTime": "2021-09-01 19:43:42"
},
{
"epayOrderNo": "201141433021229044301824",
"merchantOrderNo": "1630493860 ",
"merchantEmail": "q53@163.com",
"businessCode": "114",
"amount": "100.23",
"fee": "2.51",
"currency": "JPY",
"transferEmail": "q54@163.com",
"status": "7",
"createTime": "2021-09-01 18:57:39"
},
{
"epayOrderNo": "211151433016406525472768",
"merchantOrderNo": "2021070817171",
"merchantEmail": "jing32@qq.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.3",
"currency": "USD",
"transferEmail": "jing32@qq.com",
"status": "6",
"createTime": "2021-09-01 18:38:30"
},
{
"epayOrderNo": "211151433003226869010432",
"merchantOrderNo": "20210708744",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.0",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "7",
"createTime": "2021-09-01 17:46:08"
},
{
"epayOrderNo": "211151433001399398174720",
"merchantOrderNo": "20210708743",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "5.0",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "7",
"createTime": "2021-09-01 17:38:52"
},
{
"epayOrderNo": "211151432985883568771072",
"merchantOrderNo": "20210708742",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.0",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "9",
"createTime": "2021-09-01 16:37:13"
},
{
"epayOrderNo": "201141432985088068911104",
"merchantOrderNo": "1630485243 ",
"merchantEmail": "q53@163.com",
"businessCode": "114",
"amount": "100.23",
"fee": "2.51",
"currency": "JPY",
"transferEmail": "q54@163.com",
"status": "1",
"createTime": "2021-09-01 16:34:03"
},
{
"epayOrderNo": "211151432983271440125952",
"merchantOrderNo": "20210708741",
"merchantEmail": "test2020@epay.com",
"businessCode": "115",
"amount": "100.0",
"fee": "4.3",
"currency": "USD",
"transferEmail": "test2020@epay.com",
"status": "7",
"createTime": "2021-09-01 16:26:50"
}
]
}
}