logo
Already a customer?
APIs for creating accounts and making payments
openAccount
This method allows a subscriber to open a BancBox account under a specified client.
 View Demo
Parameters
Request Parameters
Parameter Required Type Description
subscriberId Y Long Specify subscriber ID issued when BancBox account is created
+ clientId Y Specify either the bancBoxId or subscriberReferenceId parameter.
referenceId N String Subscriber created reference ID for the account (Max length:45)
title N String Name of the BancBox account (Max length:45)
+ routable N routable Routable Status
Response Parameters
Parameter   Type Description
requestId   Long 13 digit ID for the API request being made.
status   Int Status of completed request, either 1 for pass, or 0 for fail.
+ warnings   warning A Warning object containing a code and description.
+ errors   errors Request failed, error response.
+ account   account Account
Related Errors
Parameter short error message Description
No records
Request and Response formats
WSDL URL (Production) :  https://api.bancbox.com/BBXPort?wsdl
WSDL URL (SandBox) :  https://sandbox-api.bancbox.com/BBXPort?wsdl
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="schema.bancbox.com">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="XWSSGID-1261544568770-474929336" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>sample@email.com</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sample</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
   <soapenv:Body>
      <sch:openAccount>
         <openAccountRequest>
            <subscriberId>?</subscriberId>
            <clientId>
               <!--Optional:-->
               <bancBoxId>?</bancBoxId>
               <!--Optional:-->
               <subscriberReferenceId>?</subscriberReferenceId>
            </clientId>
            <!--Optional:-->
            <referenceId>?</referenceId>
            <!--Optional:-->
            <title>?</title>
            <!--Optional:-->
	    <routable>
               <!--Optional:-->
               <credits>?</credits>
               <!--Optional:-->
               <debits>?</debits>
            </routable>
         </openAccountRequest>
      </sch:openAccount>
   </soapenv:Body>
</soapenv:Envelope>
<sch:openAccountResponse>
        <return>
            <!--Optional:-->
            <requestId>?</requestId>
            <status>?</status>
            <!--Zero or more repetitions:-->
            <warnings>
               <!--Optional:-->
               <code>?</code>
               <!--Optional:-->
               <message>?</message>
            </warnings>
            <!--Zero or more repetitions:-->
            <errors>
               <!--Optional:-->
               <code>?</code>
               <!--Optional:-->
               <message>?</message>
            </errors>
            <!--Optional:-->
            <account>
               <!--Optional:-->
               <id>
                  <!--Optional:-->
                  <bancBoxId>?</bancBoxId>
                  <!--Optional:-->
                  <subscriberReferenceId>?</subscriberReferenceId>
               </id>
               <!--Optional:-->
	       <routable>
		  <!--Optional:-->
                  <credits>?</credits>
		  <!--Optional:-->
                  <debits>?</debits>
               </routable>
               <routingNumber>?</routingNumber>
               <!--Optional:-->
               <status>?</status>
            </account>
         </return>
</sch:openAccountResponse> 
 
About Us Privacy Policy ©2013 BancBox.com. All Rights Reserved.