---
title: "Create Transfer"
method: POST
path: "/bank-details/create/wire-transfer/"
tags: ["bank-details"]
---

# Create Transfer

`POST /bank-details/create/wire-transfer/`

## Request body

- WireTransferSchema
  - `date` string, date, nullable, required
  - `swift_or_bic_code` string, nullable
  - `code_of_bank` string, nullable
  - `name_of_bank` string, nullable
  - `address_of_bank` string, nullable
  - `bank_country` string, nullable
  - `bank_state` string, nullable
  - `bank_city` string, nullable
  - `bank_code` string, nullable
  - `currency_to_be_paid` string, nullable
  - `account_or_iban` string, nullable
  - `name_of_beneficiary` string, nullable
  - `address_of_customer` string, nullable
  - `customer_country` string, nullable
  - `customer_state` string, nullable
  - `customer_city` string, nullable
  - `customer_code` string, nullable
  - `is_agree` boolean, nullable
  - `notes` string, nullable
  - `event_id` integer, nullable
  - `organization_id` integer, nullable
  - `bank_details_id` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
