RocketKOR

Bank Account Object

The Bank Account object represents the bank account attached to a Financial Account.

Attributes

bankName

string

Name of the financial institution.

nameOnAccount

string, max length: 40, min length: 1

Name of the bank account owner.

accountNumberTail

string, max length: 4

Last 4 digits of the bank account number.

routingNo

string, max length: 9

Routing number for the financial institution.

businessName

string, max length: 40, min length: 1

Business name as it appears on the bank account.

Bank Account Object

				
					{
  "bankAccount": {
    "bankName": "CitiBank",
    "nameOnAccount": "Mark Strong",
    "accountNumberTail": "4523"
    "routingNo": "321171184",
    "businessName": "GLOBAL"
  }
}