AccountType
stringAllowed Values: [BUSINESS
, PERSONAL
]
Match pattern:^(BUSINESS|PERSONAL)$
DisplayName
stringMatch pattern:^[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~";<>@\[\\\]]+$
<= 35 characters
BankAccountDto
objectThis field is required and can be updated only for type DESTINATION.
Match pattern:^[a-zA-Z0-9\/\-\\?:().,'#=!"%&*<>;@{+\s]*$
>= 1 characters<= 35 characters
Example:Bob Smith
Match pattern:^\d{8}$
Example:12345678
Match pattern:^\d{6}$
Example:123456
Allowed Values: [BUSINESS
, PERSONAL
]
Match pattern:^(BUSINESS|PERSONAL)$
Example:BUSINESS
Match pattern:^[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~";<>@\[\\\]]+$
<= 35 characters
Example:Mortgage account
schemas-Authorised
booleanAuthorisation status of the line item
Example:true
AccountVerificationStatus
stringstatus of account verification Allowed Values: [ MATCH
, NAME_PARTIAL_MATCH
, NAME_PARTIAL_MATCH_TYPE_NO_MATCH
, NO_MATCH
, UNABLE_TO_MATCH
, ERROR
, TIMEOUT
, TYPE_NO_MATCH
, ACCOUNT_VERIFICATION_NOT_RUN
]
Match pattern:^(MATCH|NAME_PARTIAL_MATCH|NAME_PARTIAL_MATCH_TYPE_NO_MATCH|NO_MATCH|UNABLE_TO_MATCH|ERROR|TIMEOUT|TYPE_NO_MATCH|ACCOUNT_VERIFICATION_NOT_RUN)$