Skip to main content
Version: 202506

Get one-time application charge

GET 

/openapi/2025-06/application_charges/:charge_id

Look up a one-time application charge by its ID.

Request

Path Parameters

    charge_id stringrequired

    Charge ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    application_charge object

    Application charge

    idstring

    Application charge ID

    namestring

    Charge name shown to the merchant

    pricestring

    Charge amount

    confirm_urlstring

    URL the merchant is redirected to in order to confirm the charge

    return_urlstring

    URL the merchant returns to after confirming the charge

    statusstring

    Current status of the application charge

    testboolean

    Whether this is a test charge

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format