---
title: "POST /bankTransfers"
method: POST
path: "/bankTransfers"
tags: ["Bank Transfers"]
---

# POST /bankTransfers

`POST /bankTransfers`

Posts an individual bank transfer for a business.

## Request body

- PushBankTransfersDto
  - `connection` PushBankTransfersConnection, required
    - `businessName` string, required
    - `serviceName` 'xero', required
  - `data` PushBankTransfers, required
    - `currencyRate` number
    - `totalAmount` number, float, required
    - `date` string, date
    - `memo` string
    - `fromAccountRef` string, required
    - `toAccountRef` string, required
    - `currency` string

## Response `200`

- PushBankTransfersResponseDto
  - `pushCommunicationId` string, required
  - `requestedOn` string, date-time, required
  - `status` 'success' | 'failed' | 'pending', required
  - `businessName` string, required
  - `serviceName` 'quickbooks' | 'xero' | 'freshbooks' | 'quickbooksDesktop' | 'sageIntacct' | 'sageBusinessCloud' | 'oracleNetsuite' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'zohoBooks' | 'myob', required
  - `data` PushBankTransfers, required
    - `currencyRate` number
    - `totalAmount` number, float, required
    - `date` string, date
    - `memo` string
    - `fromAccountRef` string, required
    - `toAccountRef` string, required
    - `currency` string

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
