版本:202201
查询一次性应用收费列表
GET/openapi/2022-01/application_charges
分页查询当前店铺的一次性应用收费列表。
请求
Query参数
- pending: 待处理。
- accepted: 已接受。
- declined: 已拒绝。
- active: 激活中。
- expired: 已过期。
- frozen: 已冻结。
- cancelled: 已取消。
- paid_failed: 支付失败。
- paying: 支付中。
per_page int32
Limit per page
since_id string
Restrict results to after the specified ID.
charges_status string
按收费状态过滤。
响应
- 200
200
- text/plain
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
countinteger
默认值:
0示例:
8application_charges object[]
idstring
示例:
372212374209312759application_idstring
示例:
Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhUnamestring
示例:
testpricestring
示例:
100confirm_urlstring
示例:
https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8return_urlstring
示例:
https://shoplazza.comstatusstring
示例:
activetestboolean
默认值:
true示例:
falsecreated_atstring
示例:
2024-04-23T02:39:05Zupdated_atstring
示例:
2024-04-23T02:39:19Z{
"count": 8,
"application_charges": [
{
"id": "372212374209312759",
"application_id": "Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU",
"name": "test",
"price": "100",
"confirm_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8",
"return_url": "https://shoplazza.com",
"status": "active",
"test": false,
"created_at": "2024-04-23T02:39:05Z",
"updated_at": "2024-04-23T02:39:19Z"
}
]
}
{
"count": 8,
"application_charges": [
{
"id": "372212374209312759",
"application_id": "Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU",
"name": "test",
"price": "100",
"confirm_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8",
"return_url": "https://shoplazza.com",
"status": "active",
"test": false,
"created_at": "2024-04-23T02:39:05Z",
"updated_at": "2024-04-23T02:39:19Z"
}
]
}