v1

latestOpenAPI 3.1.02026-07-26540161.7 KB

Transfer To A Fincra Account

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

post/disbursements/payouts/wallets

Request body

amountstring required

The value that is to be transferred from the source currency wallet.

businessstring required

The unique Identifier of the parent business or sub account that wants to make the payments

customerReferencestring required

The transaction's unique identifier on your system.

descriptionstring required

The purpose of payment.

beneficiaryWalletNumberstring required

This is the unique wallet number of the beneficiary you want to make payment to

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Payout processed successfully",
  "data": {
    "id": 31826,
    "reference": "0e6639cf-ef34-44b9-9b60-4317c2150555",
    "customerReference": "4558585844848",
    "status": "successful"
  }
}