Skip to main content

ark:BankAccountIdentifier

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:BankAccountIdentifier
Example: ark:BankAccountIdentifier
identifierType

The type of account identifier, using a controlled vocabulary.

Possible values: [IBAN, SORT_CODE_ACCOUNT_NUMBER, LABEL]

Example: SORT_CODE_ACCOUNT_NUMBER
identifierstring
FinancialGDPR

Identifier for the bank account, which will conform to the type specified.

Example: 00-00-00 00000123
relatedTostring<uri>required

Bank account associated with the identifier.

Example: https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567
ark:BankAccountIdentifier
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:BankAccountIdentifier",
"identifierType": "SORT_CODE_ACCOUNT_NUMBER",
"identifier": "00-00-00 00000123",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567"
}