---
title: "Bank Transfer"
method: POST
path: "/api/b2b/fiat/deposit/bank-transfer"
---

# Bank Transfer

`POST /api/b2b/fiat/deposit/bank-transfer`

This endpoint allows you to create temporary virtual bank accounts for accepting payments.

## Request body

- object
  - `amount` integer, required — The amount to be paid to the virtual account
  - `email` string, required — The email belonging to the user being charged
  - `externalReference` string, required — A unique ID of your liking to reconcile transactions internally.
  - `currency` string, required — e.g KES, NGN

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `transactionId` string
    - `virtualAccount` object
      - `permanent` boolean
      - `accountNumber` string
      - `bankName` string
      - `createdAt` string
      - `expiresAt` string
      - `note` string
      - `amount` string
      - `bankLogo` string

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
