Skip to main content
Version: 202607

Get recurring application charge

GET 

/openapi/2026-07/recurring_application_charges/:charge_id

Retrieve a specific recurring application charge by its ID.

Request

Path Parameters

    charge_id stringrequired

    Charge ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    recurring_application_charge object

    Recurring application charge

    idstring

    Recurring application charge ID

    application_idstring

    Application ID

    namestring

    Charge name shown to the merchant

    pricestring

    Recurring charge amount

    capped_amountstring

    Capped amount for usage-based billing

    termsstring

    Terms and conditions text shown to the merchant for usage-based billing

    return_urlstring

    URL the merchant returns to after confirming the charge

    confirmation_urlstring

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

    statusstring

    Current status of the recurring application charge

    trial_daysint32

    Number of trial days offered for the subscription

    activated_onstring

    Date when the subscription was activated

    trial_ends_onstring

    Date when the trial period ends

    billing_onstring

    Next billing date

    cancelled_onstring

    Charge cancellation date

    cancel_sub_onstring

    Subscription cancellation date

    testboolean

    Whether this is a test charge

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format

    charge_interval_daysint32

    Charge interval in days