Skip to main content
Version: 202607

List one-time application charge transactions

GET 

/openapi/2026-07/application_charges/:charge_id/transactions

Returns the transaction history for a one-time application charge.

Request

Path Parameters

    charge_id stringrequired

    Charge ID

Query Parameters

    cursor string

    Cursor for pagination

    page_size int32

    Number of records per page. Defaults to 8

    paid_at_min string

    Filter transactions paid at or after this time, ISO-8601 format (e.g., 2018-11-02T12:30:10Z)

    paid_at_max string

    Filter transactions paid at or before this time, ISO-8601 format (e.g., 2018-11-02T12:30:10Z)

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    transactions object[]

    List of transactions

  • Array [
  • idstring

    Transaction ID

    charge_idstring

    ID of the application charge this transaction belongs to

    pricestring

    Transaction amount

    usage_pricestring

    Usage charge price

    statusstring

    Current status of the transaction

    paid_atstring

    Time when the transaction was paid

  • ]
  • cursorstring

    Cursor for pagination

    has_moreboolean

    Whether there are more records