---
title: "MoneyTransfer"
method: POST
path: "/MoneyTransferOut"
tags: ["MoneyTransferOut"]
---

# MoneyTransfer

`POST /MoneyTransferOut`

External Transfer

## Request body

- MoneyTransfer — External Transfer
  - `Method` string, required — Method name
  - `PartnerId` integer, required
  - `BusinessUnitId` integer, required
  - `FromTaxNumber` string, required
  - `FromBank` string
  - `FromBankBranch` string
  - `FromBankAccount` string
  - `FromBankAccountDigit` string
  - `ToTaxNumber` string, required
  - `ToName` string, required
  - `Bank` string, required
  - `BankBranch` string, required
  - `BankAccount` string, required
  - `BankAccountDigit` string, required
  - `AccountType` integer, required
  - `Value` number, required
  - `SubType` integer, required
  - `RateValue` number
  - `Identifier` string, required
  - `DueDate` string
  - `PaymentDate` string, required
  - `RateValueType` number
  - `Tags` string[]
  - `Description` string
  - `FeePayerTaxNumber` string
  - `FeePayerFullName` string
  - `FeePayerMail` string
  - `FeePayerIdentityDocument` string
  - `FeePayerTradingName` string
  - `FeePayerLegalName` string
  - `FeePayerPhone` string
  - `FeePayerBank` string
  - `FeePayerBankBranch` string
  - `FeePayerBankAccount` string
  - `FeePayerBankAccountDigit` string
  - `Entries` JsonEntries[]
    - `Name` string
    - `TaxNumber` string
    - `Value` number
    - `Description` string
    - `Bank` string
    - `BankBranch` string
    - `BankAccount` string
    - `BankAccountDigit` string
  - `OnlineTransfer` boolean

## Response `200`

OK

- object

---

[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)
