---
title: "Retrieves the collection of ApplicationCharge resources."
method: GET
path: "/application_charges"
tags: ["ApplicationCharge"]
---

# Retrieves the collection of ApplicationCharge resources.

`GET /application_charges`

Retrieves the collection of ApplicationCharge resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

ApplicationCharge collection

- ApplicationCharge[]
  - `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

---

[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)
