Enterprise Solutions

Create an Account

Enterprise SOAP API > Tutorials > Deposit > Create an Account

There is a need to create a new account for a new or existing customer. Using jXchange, it is possible for a Third Party Consumer to add a deposit, loan, or a time deposit account on a Service Provider using the AcctAdd operation.

Steps

  1. The user collects the new account request information from the customer.
  2. The user determines the type of account (AcctType), if it is a specific product(ProdCode), and the branch code (BrCode).
  3. Optionally, if the bank is setup to use the auto generated account identification, the AcctIDGen operation may be called to retrieve the next available account identifier number. (Please note that accounts of different types, deposit versus loan, may have identical account identifiers. This is delimited by the AcctType element.)
  4. The user passes in the appropriate information in relation to the account type requested via the AcctAdd operation.
  • Note: Account operations can be quite complex. To assist with this complexity, the ParmValSrch, the SvcDictSrch and SvcDft operations may be utilized to understand more about required elemental values that are setup via the provider and the bank, along with the default elements and other pertinent information.

Referenced and Associated Operations

It is highly recommended that as part of referencing this use case that a user becomes familiar with the following jXchange operations and their function. While the user may elect to not use the listed operation as part of their programming or workflow, knowledge of the operations listed below is essential to understanding the process set forth with this use case.

Detailed information about the operation, the request structure/response, error messages and other useful information can be obtained by clicking the operation name below.

Operation NameDescriptionXSD/WSDL Container
AcctIDGenGenerate an account IDCustomer
AcctAddCreate a new account recordCustomer
AcctModModify an existing accountCustomer
AcctAddValidateValidate an account prior to creationCustomer
ParmValSrchRetrieve default canonical values for a parameterCustomer
SvcDftRetrieve new account input defaultsCustomer
SvcDictSrchRetrieve provider parameter informationCustomer


Have a Question?
Have a how-to question? Seeing a weird error? Get help on StackOverflow.
Register for the Digital Toolkit Meetup where we answer technical Q&A from the audience.
Last updated Thu Jul 14 2022