---
title: "Get charges, taxes and fees for a request"
method: GET
path: "/v1/Requests/{id}/chargessummary"
tags: ["Requests"]
---

# Get charges, taxes and fees for a request

`GET /v1/Requests/{id}/chargessummary`

Get all charge totals, taxes and fees by request ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevAppModelsRequestSummary
  - `customer_id` integer — Customer ID for the request.
  - `recurring_charges_total` number, double — All the recurring charges totaled together.
  - `recurring_taxes_and_fees` RevAppModelsTaxInformation[] — Lists the taxes and fees for recurring charges.
    - `description` string — The description for each tax and fee item.
    - `amount` number, double — The amount for each tax and fee item.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string
  - `recurring_taxes_and_fees_total` number, double — All the recurring taxes and fees totaled together.
  - `onetime_charges_total` number, double — All the onetime_charges totaled together.
  - `onetime_taxes_and_fees` RevAppModelsTaxInformation[] — Lists the taxes and fees for onetime_charges charges.
    - `description` string — The description for each tax and fee item.
    - `amount` number, double — The amount for each tax and fee item.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string
  - `onetime_taxes_and_fees_total` number, double — All the onetime taxes and fees totaled together.
  - `recurring_total` number, double — The combination of recurring charges, taxes, and fees.
  - `onetime_total` number, double — The combination of onetime charges, taxes, and fees.
  - `estimated_total` number, double — The combined total of the two totals.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
