/
1.13.6 Balance transfer

1.13.6 Balance transfer

The balance transfer is a service which allows for transfer of funds from one client account to another. The transactions are within the platform only.

The balance transfer is added to the mobile softphones and to the VUP.

 

In the balance transfer form a client has to choose the destination client, by selecting from his contacts. Next, he has to enter the amount to be transferred. When the transaction is completed the balance of the client who initiated the transfer is decreased by the transferred amount. The destination client balance is increased by the amount.

 

Both clients can receive a notification on successful transaction. To configure notifications go to Settings/Online payments/Notifications menu.

 

In order to enable the balance transfer you have to edit the Payments.config file and uncomment the following section:

<add name="BalanceTransferProvider"

         type="VS.PaymentProvider.SystemProviders.BalanceTransferProvider, VS.PaymentProvider"

         description="Balance transfer"

         caption="Transfer"

         image="Pin.jpg"

         enable="1"

/>

 

After modifying the file save the changes and restart the web server.

Related content