---
title: "Transfer To A Fincra Account"
method: POST
path: "/disbursements/payouts/wallets"
---

# Transfer To A Fincra Account

`POST /disbursements/payouts/wallets`

This API lets you transfer funds from your account to the account of another user on our platform

## Request body

- object
  - `amount` string, required — The value that is to be transferred from the source currency wallet.
  - `business` string, required — The unique Identifier of the parent business or sub account that wants to make the payments
  - `customerReference` string, required — The transaction's unique identifier on your system.
  - `description` string, required — The purpose of payment.
  - `beneficiaryWalletNumber` string, required — This is the unique wallet number of the beneficiary you want to make payment to

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `reference` string
    - `customerReference` string
    - `status` string

## Other responses

- `400` — 400

---

[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)
