---
title: "Obtener el detalle del Fee por Transaction"
method: GET
path: "/transactions/{transaction_id}/fees"
---

# Obtener el detalle del Fee por Transaction

`GET /transactions/{transaction_id}/fees`

## Path parameters

- `transaction_id` string, required

## Request body

- unknown

## Response `200`

200

- object
  - `transaction_id` string
  - `transaction_amount` string
  - `fee_amount` string
  - `fees` object[]
    - `payment_intent_id` string
    - `payment_intent_amount` string
    - `invoice_id` string
    - `account_id` string
    - `fee_amount` string
    - `fees` object[]
      - `type` string
      - `amount` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
