---
title: "Get Pending Internal Transfer By Identifier"
method: POST
path: "/GetPendingInternalTransferByIdentifier"
tags: ["Queries"]
---

# Get Pending Internal Transfer By Identifier

`POST /GetPendingInternalTransferByIdentifier`

This method can be used to get peding Internal Transfer by ID

## Request body

- GetPendingInternalTransferByIdentifier
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `Identifier` string, required — Identifier Of The Transaction

## Response `200`

OK

- GetPendingInternalTransferByIdentifierSuccess
  - `Success` string
  - `Message` string
  - `TransferValue` string
  - `PendingInternalTransfer` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[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/versions/f94d262a8f58/schema)
