Get One Time Application Charge Detail

Retrieves detailed information about a specific application charge using its unique charge_id.

The Get Application Charge Detail API retrieves detailed information about a specific application charge using its unique charge_id.

This API is especially useful for:

  1. Verifying the status of a specific application charge.
  2. Reviewing details such as charge name, price, and return URL.
  3. Debugging or auditing application charges.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
charge_idstringYesThe unique ID of the application charge.372212374292312759

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status indicator
messagestring"Inventory levels retrieved"Result description
data.application_chargeobjects{...}application charge

Application Charge Object Structure

ParameterTypeExampleDescription
idstringchg_123456Unique identifier for the charge
namestringPremium PlanName of the charge
pricestring19.99Price of the charge
confirm_urlstringhttps://example.com/confirmURL to confirm the charge
return_urlstringhttps://example.com/returnURL to return after confirmation
statusstringactiveStatus of the charge
testbooleanfalseWhether this is a test charge
created_atstring2023-06-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!