跳到主要内容
版本:202201

查询周期性应用收费列表

GET 

/openapi/2022-01/recurring_application_charges

分页查询当前店铺的周期性应用收费列表。

请求

Query参数

    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

    收费状态过滤。

    • pending: 待处理。
    • accepted: 已接受。
    • declined: 已拒绝。
    • active: 激活中。
    • expired: 已过期。
    • frozen: 已冻结。
    • cancelled: 已取消。
    • paid_failed: 支付失败。
    • paying: 支付中。

响应

200

数据结构
    countinteger
    默认值: 0
    示例: 1
    recurring_application_charges object[]
  • Array [
  • idstring
    示例: 372269508187928567
    application_idstring
    示例: s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0
    namestring
    示例: test
    pricestring
    示例: 100
    capped_amountstring
    示例: 10
    termsstring
    示例: tempor consectetur anim aute
    return_urlstring
    示例: https://shoplazza.com
    confirmation_urlstring
    示例: https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0/372269508187928567/recurring/confirm?signature=a0113ba925f813b6535a36976ba68086
    statusstring
    示例: active
    trial_daysinteger
    默认值: 0
    示例: 0
    activated_onstring
    示例: 2024-04-23T00:00:00Z
    trial_ends_on
    billing_onstring
    示例: 2024-05-23T00:00:00Z
    cancelled_on
    cancel_sub_on
    testboolean
    默认值: true
    示例: false
    created_atstring
    示例: 2024-04-23T06:26:07Z
    updated_atstring
    示例: 2024-04-23T06:26:16Z
  • ]