---
title: "Consult Transaction"
method: POST
path: "/ConsultTransactionClosedLoop"
tags: ["User Authorization"]
---

# Consult Transaction

`POST /ConsultTransactionClosedLoop`

This API is responsible for querying the details of a specific transaction within the closed payment arrangement.

## Request body

- union
  - object
    - `Method` string, required — Text Containing The Name Of The Method
    - `BusinessUnitId` integer, required — Number Of The BusinessUnit
    - `PartnerId` integer, required — Number Of The Partner
    - `TransactionCode` string, required — Code to Confirm Closed Loop Transaction
  - object
    - `Method` string, required — Text Containing The Name Of The Method
    - `BusinessUnitId` integer, required — Number Of The BusinessUnit
    - `PartnerId` integer, required — Number Of The Partner
    - `Hash` string, required — The transaction identifier to confirm it

## Response `200`

Consult the generated transaction

- ConsultTransactionClosedLoop
  - `Success` boolean — True or False
  - `Message` string — Returned message
  - `TotalValue` number — Value Of The Transaction
  - `MerchantName` string — Name Of The Merchant

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
