Partner Toolkit HTTPService - Methods - CreateAccount
CreateAccount
This method is only available for use by clients whose account is designated to be a Reseller account.
This method is used to create a new, pre-pay account with the details provided in the parameter settings. The account will be created, and will be available for use, when the method has successfully completed.
If a CSV string is requested, the first line will contain the Transaction code contained within the '#' characters.
On successful completion of this method, the newly created externalLoginID and externalLoginPasswords are returned.
Return Data
XML:
<?xml version="1.0" encoding="UTF-8"?>
<CreateAccountResponse>
<Transaction>
<IP>123.123.123.123</IP>
<Code>1</Code>
<Description>Transaction OK</Description>
</Transaction>
<ExternalLoginID>XX111234</ExternalLoginID>
</CreateAccountResponse>
CSV:
#1# XX111234