---
title: "Get fee V2"
method: GET
path: "/v2/fee/{fee_id}"
tags: ["Fees V2"]
---

# Get fee V2

`GET /v2/fee/{fee_id}`

Get details about a specific fee.

## Path parameters

- `fee_id` number, required

## Headers

- `Authorization` string, required

## Response `200`

Specific fee information response.

- GetFeeResponseModel
  - `fee_id` number — Pismo fee ID.
  - `org_id` string — Organization/tenant ID.
  - `account_id` integer — Account ID
  - `card_id` integer — Enrolled card ID
  - `transaction_id` number — Pismo transaction ID.
  - `arn` string, nullable — Acquirer Reference Number (ARN).
  - `transaction_amount` number — Transaction amount
  - `transaction_date` string, nullable — Transaction date, format = yyyy-mm-dd.
  - `network_brand_type` 'ELO' | 'MASTERCARD' | 'VISA' — Card network brand.
  - `currency` string — ISO-4217 currency code.
  - `amount` number, double — Fee amount.
  - `credit_sender` boolean — Credit the sender? Default is `false`.
  - `credit_receiver` boolean — Should receiver be credited?
  - `network_case_id` string, nullable — Network case ID.
  - `network_fee_id` string, nullable — Network fee ID.
  - `network_response` string — Network response for something wrong.
  - `fee` VisaFeeResponse
    - `Reason` '100' | '110' | '130' | '140' | '150' | '170' | '200' | '210' | '220' | '230' | '240' | '250' | '350' | '401' | '402' — Fee reason code.<br> `100`&mdash;Telecommunication charges (non-US)<br> `110`&mdash;Auto telex charges (non-US)<br> `130`&mdash;Lost/stolen card report fees<br> `140`&mdash;Merchant service fees<br> `150`&mdash;Recovered Visa card, Electron card, or Visa Electron card. Handling fees/rewards. Non-US - Recovered card handling fee<br> `170`&mdash;Recovery of retrieval request fees. <br> `200`&mdash;Emergency replacement card distribution fee<br> `210`&mdash;Emergency cash disbursement handling fee<br> `220`&mdash;Arbitration/compliance/resolution case decision or filing fee<br> `230`&mdash;Incorrect merchant ID/transacton date handling<br> `240`&mdash;"Good faith" collection letter settlement funds disbursement. Non-US - Funds disbursement transactions<br> `250`&mdash;Cardholder does not recognize transacton chargeback handling fee.<br> `350`&mdash;Pre-arbitration/Pre-compliance settlement funds disbursement<br> `401`&mdash;Prepaid load revenue sharing<br> `402`&mdash;Non-US - Collection for an unsettled prepaid of original credit authorization<br> **Note:** This is from the Visa IES spreadsheet. This spreadsheet is updated every 6 months or so. Check periodically with Visa for latest fee reason codes.
    - `Message` string, nullable — Fee message. 70 chars maximum.
    - `EventDate` string — Use this field to pass: - Date the card was recovered (Reason 150) - Collection letter date (Reason 240) - Pre-Compliance / Pre-Arbitration Letter Date (Reason 350) **REQUIRED** when `Reason` is `150`, `240`, or `350` (US domestic); otherwise, it is not valid. Format = yyyy-mm-dd
  - `created_at` string, date-time — Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.
  - `updated_at` string, date-time — Datetime program calendar strategy was updated. Format = YYYY-MM-DDTHH:MM:SS:MM
  - `source` 'ISSUER' | 'ACQUIRER' — Who initiated the fee.
  - `status` 'PENDING' | 'FAILED' | 'WAITING_NETWORK' | 'PROCESSED' | 'REJECTED' — Fee status:<br> - `PENDING`&mdash;The fee creation request has been received and is awaiting Pismo processing within the network.<br> - `FAILED`&mdash;An error occurred while attempting to create the fee in the network. The operation was not completed.<br> - `WAITING_NETWORK`&mdash;The request has been successfully sent to the network and is currently awaiting a response.<br> - `PROCESSED`&mdash;The fee was successfully created and network-confirmed.<br> - `REJECTED`&mdash;The network declined the fee creation request.<br>

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found
- `422` — Unprocessable entity
- `500` — Internal server error
- `504` — Gateway timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
