Skip to main content
Version: 202201

Get Recurring Application Charge List

GET 

/openapi/2022-01/recurring_application_charges

Retrieve a paginated list of recurring application charges created for the current store.

Request

Query Parameters

    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

    Filter charges by charges status, separated by comma, for example: pending,accepted,declined,active,expired,frozen,cancelled,paid_failed,paying

Responses

200

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