Deposit Account Opening
This is our NXTsoft standard API to open and fund Deposit accounts. You will be able to lookup or create customers. Then, you can lookup, create, or update deposit accounts. We also provide a number of ancillary methods around the deposit accounts.
One API, all cores.
Operation | Summary | Description |
customer-create |
Creation of a new Customer | Request containing data to establish a new customer. |
customer-search | Query Customers | Request containing data to search for a customer. |
customer-update | Update Customer Information | Request containing data to update an existing customer. |
account-create | Creates a New Account | Request containing data to establish a new account. |
account-number | Reserve a New Account Number | Request to reserve new account number(s). |
account-search | Query Accounts | Request containing data to search for an account. |
account-update | Update a an Account | Request containing data to update an account. |
transfer | Transfer Funds Between Accounts | Request to initiate a monetary transfer. |
check | Order Checks | Request containing data to order checks. |
card | Order Cards | Request containing data to order cards. |