| Field | Type | Sample | Description & Constraints |
|---|---|---|---|
baAccountNumberType | Integer | 1 | Bank Account Number Type. Ref. to BaAccountNumberType |
bankState | String | California | Bank State/Province. |
baTransitCode | String | 2 | Bank Transit Code / Routing Number. |
baTransitCodeType | Integer | 1 | Bank Transit Code Type. Ref. to BaTransitCodeType |
ownerAddressComponents | Object | Ref. to Owner Address Components | Owner Address Components. |
ownerCountryCode | String | US | Owner Country Code. ISO 3166-1 alpha-2 format (e.g., US, SG, GB). |
ownerDOB | String | 1985-06-15 | Owner Date of Birth. Format: yyyy-MM-dd. |
ownerEmail | String | john.doe@email.com | Owner Email Address. |
ownerName | String | John Doe | Owner Full Name. |
ownerType | Integer | 1 | Owner Type. Ref. to OwnerType |
| Field | Type | Required | Sample | Description & Constraints |
|---|---|---|---|---|
buildingName | String | false | Tower A | Building Name. |
streetName | String | true | Main Street | Street Name. |
townName | String | false | Beverly Hills | Town Name. |
city | String | true | Los Angeles | City. |
state | String | false | California | State/Province. |
postcode | String | true | 90001 | Postal Code. |
{
"buildingName": "Tower A",
"streetName": "Main Street",
"townName": "Beverly Hills",
"city": "Los Angeles",
"state": "California",
"postcode": "90001"
}| Value | Description |
|---|---|
| 1 | Account Number |
| 2 | IBAN |
| Value | Description |
|---|---|
| 1 | ABA/Routing Number |
| 2 | Bank Code |
| 3 | BSB (Bank State Branch Number) |
| 4 | IFSC (Indian Financial System Code) |
| 5 | Other Number |
| 6 | Sort CODE |
| 7 | Transit Number & Institution Number |
| Value | Description |
|---|---|
| 1 | Individual owner |
| 2 | Corporate owner |
{
"fields": {
"baAccountNumberType": 1,
"bankState": "California",
"baTransitCode": "2",
"baTransitCodeType": 1,
"ownerAddressComponents": {
"buildingName": "Tower A",
"city": "Los Angeles",
"postcode": "90001",
"state": "California",
"streetName": "Main Street",
"townName": "Beverly Hills"
},
"ownerCountryCode": "US",
"ownerDOB": "1985-06-15",
"ownerEmail": "john.doe@email.com",
"ownerName": "John Doe",
"ownerType": 1
}
}