API Reference

Wallet Transfer

This endpoint facilitates the transfer of funds from one wallet to another within a specified organization.

Request Body
The request body should include the following parameters:

ParameterTypeDescription
fromAccountNumberstringThis is the internalAccountId of the sender
toAccountNumberstringThis is the internalAccountId of the recipient
amountnumberThe amount of funds to transfer. This should be a positive numeric value.
organizationIdstringThe unique identifier of the organization within which the transfer is taking place.
ownerIdstringThe unique identifier of the owner initiating the transfer.
memostringA note or message accompanying the transaction for additional context.
yourTnxRefstringA reference number for tracking the transaction.
orgServiceChargeobjectAn object that contains your organization service fee and settlement account
creditAccountNumberstringThe account number where service charges will be credited.
chargeAmountnumberThe amount charged by your organization as a service fee for the transaction.
Language
Credentials
Header
Click Try It! to start a request and see the response here!