Skip to main content
Version: 202506

Get app charge transaction

GET 

/openapi/2025-06/transactions/:transaction_id

Retrieves transaction details for a specific application charge.

Request

Path Parameters

    transaction_id stringrequired

    Transaction ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    transaction object

    Transaction

    idstring

    Transaction ID

    store_idstring

    Store ID

    charge_idstring

    Charge ID

    charge_typestring

    Charge type

    pricefloat

    Price

    usage_pricefloat

    Usage charge price

    file_urlstring

    File URL

    statusstring

    Status

    paid_atstring

    Payment timestamp

    created_atstring

    Creation timestamp, in ISO-8601 format

    updated_atstring

    Last update timestamp, in ISO-8601 format

    application_idstring

    Application ID

    bill_idstring

    Bill ID

    commission_pricefloat

    Commission price

    commission_ratefloat

    Commission rate

    pay_channelstring

    Payment channel

    payment_serial_numberstring

    Payment serial number

    testboolean

    Whether this is a test charge