Skip to main content

AddAccounts

AddAccounts(AddAccountsRequest)

Required? No

Overview:

The AddAccounts method is leveraged with the Large Account List feature and is used to provide the accounts needed for deposit activity within bRDC. At present, up to 5,000 accounts can be accommodated in a single AddAccounts request. Please see the “Large Account List” guide for more.

Target Service URL:

The AddAccounts method can be used in an iterative manner, i.e. passing groups of accounts in multiple Requests. Some notes specific to this type of interaction:

  • If there are one or more valid accounts in the session, we will return the ‘00’ success response code along with the landing URL that will be the same throughout the session.
  • In general, we would recommend completing all AddAccounts Requests before redirecting the user to the landing page to ensure that all accounts will be available to the End User in the application
  • Subsequent AddAccounts calls will only append new accounts. Any accounts passed in that were added in the session from previous AddAccounts calls will be ignored
note

Do not send fields as Null. All fields must be passed with a value or empty. Use basicHttpBinding, and don’t use message security, but only transport level security (SSL).

Parameters

TYPENAMEDESCRIPTION
AddAccountsRequestrequest

Returns

TYPEDESCRIPTION
AddAccountsResponse