---
title: "Retrieves a ApplicationCharge resource."
method: GET
path: "/application_charges/{id}"
tags: ["ApplicationCharge"]
---

# Retrieves a ApplicationCharge resource.

`GET /application_charges/{id}`

Retrieves a ApplicationCharge resource.

## Path parameters

- `id` string, required

## Response `200`

ApplicationCharge resource

- ApplicationCharge — A one time charge within an application
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each charge
  - `name` string — Name of the application charge
  - `apiClientId` string — The API key for the app
  - `price` integer — The price of the application charge
  - `status` string, nullable — The status of the application charge e.g. "pending" e.g. "accepted" e.g. "active"
  - `returnUrl` string, nullable — The URL the merchant is redirected after accepting a charge
  - `created` string — The date and time the application charge was created
  - `modified` string, nullable — The date and time the application charge was modified
  - `chargeType` string, nullable — The type of charge induced
  - `decoratedReturnUrl` string, nullable — The display URL where the merchant is redirected after accepting a charge

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
