API Reference

Wallet Transfer

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

Log in to see full request history

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.
Body Params
string
required
string
required
int32
required
string
required
string
required
string
required
string
required
orgServiceCharge
object
required
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json