---
title: "Wire Transfer"
method: POST
path: "/api/v1/payment/fast"
tags: ["Fast"]
---

# Wire Transfer

`POST /api/v1/payment/fast`

Fast transfer api you can get fast request from your customer

## Request body

- FastRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `order_id` string, required — order_id must be send as unique identifier of your each request.
  - `amount` number, required — Total amount
  - `currency` string — Its default is TRY, if you want to use another currency please send it by ISO Code like USD, EUR
  - `mode` string — Please send it as 'T' for test purposes, otherwise it will be in production mode.
  - `language` string — Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.
  - `hash_data` string, required — This is the calculated hash data for this sample payment request. BASE_64_ENCODE( SHA_256( APPLICATION_KEY + ORDER_ID + AMOUNT + SECRET_KEY ) )
  - `customer` FastCustomer, required
    - `email` string — Email of your customer.
    - `nationalIdentityNumber` string, required — Customer TC number
    - `ip_address` string — IP address of client.

## Response `200`

Successful Response

- FastResponse
  - `response_code` string
  - `message` string
  - `suggestion` string
  - `service_resp_code` string
  - `service_resp_message` string
  - `transaction_id` string
  - `redirect_url` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
