Skip to main content
Version: 202201

Get Usage Charge List

GET 

/openapi/2022-01/recurring_application_charges/:recurring_charge_id/usage_charge

Retrieve all usage charges associated with a specific recurring application charge.

Request

Path Parameters

    recurring_charge_id stringrequired

Query Parameters

    per_page int32required

    Limit per page

    since_id string

    The query results are in reverse order, and this parameter limits the results after the specified ID.

Responses

200

Schema
    usage_charges object[]
  • Array [
  • balance_remainingstring
    Example: 7.00
    balance_usedstring
    Example: 3.00
    created_atstring
    Example: 2024-04-23T06:53:17Z
    descriptionstring
    Example: Desc
    idstring
    Example: 372276344521766903
    pricestring
    Example: 3.00
  • ]