Account Access
An account access object represents the relationship between a customer and an account.
For accounts with exactly 1 customer associated with the account (i.e. non-joint accounts), the account access object
will always have an accessTypeCode
of FULL
and the customer will be denoted as the primaryCustomerId
for the account.
For joint accounts, different customers may have different types of access to a given account.
accountAccess Object
Represents a relationship between a customer and an account in CorePro. A customer may be associated with several accounts; an account may be associated with several customers.
details
Property | Data Type (length) |
Description |
---|---|---|
customerId |
integer | The customerId property from the customer object. |
accountId |
integer | The accountId property from the account object. |
accessTypeCode |
string (10) | The type of access customerId has to accountId .
Possible values include:
|
customerPriority |
integer | The priority of the customer on this account. 1 is highest. |
firstName |
string (64) | The firstName property from the customer object. |
middleName |
string (64) | The middleName property from the customer object. |
lastName |
string (128) | The lastName property from the customer object. |
suffix |
string (20) | The suffix property from the customer object. |
customerTag |
string (50) | The tag property from the customer object. |
isPrimaryCustomer |
boolean | true if customerId matches primaryCustomerId . false otherwise. |
accountTag |
string (50) | The tag property from the account object. |
accountName |
string (50) | The name property from the account object. |
accountNumber |
string (15) | The accountNumber property from the account object. |
accountNumberMasked |
string (15) | The accountNumberMasked property from the account object. |
routingNumber |
string (15) | The routingNumber property from the account object. |
routingNumberMasked |
string (15) | The routingNumberMasked property from the account object. |
primaryCustomerId |
integer | The primaryCustomerId property from the account object. |
Applicable Routes
All routes pertaining to accountAccess
objects hang off the account
object. Specifically: