If you have any question left, please drop a note with the discussion link of this page.

Profile Methods

From Wiki.zanox.com

Jump to: navigation, search

These SOAP methods let you retrieve information on your accounts.

Information can only be retrieved by these methods.

Contents

GetAccounts

Example Request

 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://api.zanox.com/namespace/2008-05-21/">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetAccounts>
         <!--Optional:-->
         <ns:accountId>?</ns:accountId>
         <!--Optional:-->
        <ns:applicationId>1234567897654321</ns:applicationId>
	<ns:timestamp>2008-09-15T14:32:16.000Z</ns:timestamp>
	<ns:signature>Y4Z2XuSzfOBOMo7U6XZvfkGtx4k=</ns:signature>
      </ns:GetAccounts>
   </soapenv:Body>
</soapenv:Envelope>
 

Example Response

 
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
   <env:Header/>
   <env:Body>
      <GetAccountsResponse xmlns="http://api.zanox.com/namespace/2008-05-21/">
         <return>
            <paymentsResult/>
         </return>
      </GetAccountsResponse>
   </env:Body>
</env:Envelope>
 

Explanation of Response Items

Explanation of the response items for GetAccounts

Personal tools