Resellertools
It is possible to transfer money to an account via the following url:
https://www.voicetrading.com/myaccount/moneytransfer.php?
username=xxxxxxxxxx&password=xxxxxxxxxx&
to=xxxxxxxxxx&amount=xxxxxxxxxx
Explanation of the variables:
| username: | your VoiceTrading username |
| password: | your VoiceTrading password |
| to: | the VoiceTrading username where you want to send the credit to |
| amount: | the amount you wish to transfer |
Do I get a delivery report per moneytransfer?
Yes, here are some report examples you will receive:
Succesfull moneytransfer:
<?xml version="1.0" encoding="utf-8" ?>
- <TransferMoneyResponse>
<version>1</version>
<result>1</result>
<resultstring>success</resultstring>
<description />
</TransferMoneyResponse>
Something went wrong:
<?xml version="1.0" encoding="utf-8" ?>
- <TranferMoneyResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>error</description>
</TranferMoneyResponse>


