fundTransfer function

this service call transfer funds from one internal account to another customer own account.

Syntax

fundTransfer( responseBack, fromAccount, toAccount, amount, msg )

Parameters

Name Type Description
responseBack   callback handler
fromAccount   {Account} object that contains source account details
toAccount   {Account} object that contains target account details
amount   {Amount} object that contains value and currency
msg   {String} optional message

Source

SY_OB_Mobiliser.js line 240.