版本:202201
查询周期性应用收费列表
GET/openapi/2022-01/recurring_application_charges
分页查询当前店铺的周期性应用收费列表。
请求
Query参数
- pending: 待处理。
- accepted: 已接受。
- declined: 已拒绝。
- active: 激活中。
- expired: 已过期。
- frozen: 已冻结。
- cancelled: 已取消。
- paid_failed: 支付失败。
- paying: 支付中。
per_page int32
Limit per page
since_id string
The query results are in reverse order, and this parameter limits the results after the specified ID.
charges_status string
收费状态过滤。
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
countinteger
默认值:
0示例:
1recurring_application_charges object[]
idstring
示例:
372269508187928567application_idstring
示例:
s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0namestring
示例:
testpricestring
示例:
100capped_amountstring
示例:
10termsstring
示例:
tempor consectetur anim autereturn_urlstring
示例:
https://shoplazza.comconfirmation_urlstring
示例:
https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0/372269508187928567/recurring/confirm?signature=a0113ba925f813b6535a36976ba68086statusstring
示例:
activetrial_daysinteger
默认值:
0示例:
0activated_onstring
示例:
2024-04-23T00:00:00Ztrial_ends_on
billing_onstring
示例:
2024-05-23T00:00:00Zcancelled_on
cancel_sub_on
testboolean
默认值:
true示例:
falsecreated_atstring
示例:
2024-04-23T06:26:07Zupdated_atstring
示例:
2024-04-23T06:26:16Z{
"count": 1,
"recurring_application_charges": [
{
"id": "372269508187928567",
"application_id": "s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0",
"name": "test",
"price": "100",
"capped_amount": "10",
"terms": "tempor consectetur anim aute",
"return_url": "https://shoplazza.com",
"confirmation_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0/372269508187928567/recurring/confirm?signature=a0113ba925f813b6535a36976ba68086",
"status": "active",
"trial_days": 0,
"activated_on": "2024-04-23T00:00:00Z",
"trial_ends_on": {},
"billing_on": "2024-05-23T00:00:00Z",
"cancelled_on": {},
"cancel_sub_on": {},
"test": false,
"created_at": "2024-04-23T06:26:07Z",
"updated_at": "2024-04-23T06:26:16Z"
}
]
}
{
"count": 1,
"recurring_application_charges": [
{
"id": "372269508187928567",
"application_id": "s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0",
"name": "test",
"price": "100",
"capped_amount": "10",
"terms": "tempor consectetur anim aute",
"return_url": "https://shoplazza.com",
"confirmation_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0/372269508187928567/recurring/confirm?signature=a0113ba925f813b6535a36976ba68086",
"status": "active",
"trial_days": 0,
"activated_on": "2024-04-23T00:00:00Z",
"trial_ends_on": null,
"billing_on": "2024-05-23T00:00:00Z",
"cancelled_on": null,
"cancel_sub_on": null,
"test": false,
"created_at": "2024-04-23T06:26:07Z",
"updated_at": "2024-04-23T06:26:16Z"
}
]
}