Get Recurring Application Charge Detail

Retrieve detailed information about a specific recurring application charge using its unique identifier.

The Get Recurring Application Charge API is used to retrieve detailed information about a specific recurring application charge using its unique identifier (charge_id). This API helps developers verify the status, configuration, and metadata of a recurring charge associated with an application.

This API is especially useful for:

  1. Tracking the current status of a recurring charge (e.g., pending, active, cancelled).
  2. Viewing important charge metadata such as price, terms, and return_url.
  3. Auditing the lifecycle of a recurring application charge.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
charge_idstringrequiredThe unique identifier of the recurring charge37222669345671159

Response Description

Public Response Fields

📘

Success Response

FieldTypeExampleDescription
codestring"success"Status code of the response
messagestringDescriptive message of the response
data.recurring_application_chargeobject{...}recurring charge

Recurring Charge Object Structure

ParameterTypeExampleDescription
idstringrch_123456Unique identifier for the recurring charge
application_idstringapp_123456ID of the associated application
namestringPremium PlanName of the recurring charge
pricestring19.99Price of the charge
capped_amountstring100.00Maximum amount that can be charged
termsstringMonthly subscriptionTerms of the charge
return_urlstringhttps://example.com/returnURL to return after confirmation
confirmation_urlstringhttps://example.com/confirmURL to confirm the charge
statusstringactiveStatus of the charge
trial_daysint3214Number of trial days
activated_onstring2023-06-01T00:00:00ZDate when charge was activated (ISO 8601 format)
trial_ends_onstring2023-06-15T00:00:00ZDate when trial ends (ISO 8601 format)
billing_onstring2023-06-16T00:00:00ZDate when billing occurs (ISO 8601 format)
cancelled_onstring2023-06-30T00:00:00ZDate when charge was cancelled (ISO 8601 format)
cancel_sub_onstring2023-06-30T00:00:00ZDate when subscription was cancelled (ISO 8601 format)
testbooleanfalseWhether this is a test charge
created_atstring2023-05-01T00:00:00ZCreation time (ISO 8601 format)
updated_atstring2023-06-01T00:00:00ZLast modified time (ISO 8601 format)

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!