---
title: "View the tax details of a specified charge."
method: GET
path: "/v1/Charges/{id}/TaxDetails"
tags: ["Charges"]
---

# View the tax details of a specified charge.

`GET /v1/Charges/{id}/TaxDetails`

View the tax details of a specified charge.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevAppModelsChargeTaxDetails[]
  - `charge_id` integer — Primary identifier of this charge.
  - `tax_amount` number, double — Total taxes of this charge.
  - `tax_details` RevAppModelsInvoiceTaxValue[] — Tax details of this charge.
    - `invoice_tax_id` integer — Primary identifier for this custom field.
    - `description` string — User-defined identifier representing the custom field.
    - `amount` number, double — Value of the custom field.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string
  - `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)
