Reseller Tools

It is possible to transfer money to an account via the following url:

https://www.nonoh.net/myaccount/moneytransfer.php?username=xxxxxxxxxx&password=xxxxxxxxxx&to=xxxxxxxxxx
&amount=xxxxxxxxxx&pincode=xxxx

Explanation of the variables:

username: your Nonoh username
password: your Nonoh password
to: the Nonoh username where you want to send the credit to
amount: the amount you wish to transfer
pincode: the four digit security pin code you created

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>