---
title: "Request Account"
method: POST
path: "/profile/virtual-accounts/transfer"
---

# Request Account

`POST /profile/virtual-accounts/transfer`

This API lets you create a temporary virtual account that can be used to receive payments over a period of time

## Request body

- object
  - `amount` string, required — The amount to be paid to the virtual account
  - `expiresAt` string, required — The expiry time of the virtual account in minutes. You can set whatever time you want the virtual account to expire
  - `merchantReference` string — The unique identifier of the transaction on your system .
  - `channel` 'globus' — The bank of the virtual account

## Response `200`

200

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
