Representation of an account for payment purposes.
Note that at least one of identification
or proxy
is expected to be present.
currency | string^[A-Z]{3}$ Identification of the currency in which the account is held. |
object (BankingIdentifier) | |
name | string <= 70 characters Name of the account, as assigned by the account servicing institution, in agreement with the account owner in order to provide an additional means of identification of the account. |
object (NonBankingIdentifier) | |
object (AccountType) |
{- "currency": "string",
- "identification": {
- "schema": "string",
- "value": "string"
}, - "name": "string",
- "proxy": {
- "namespace": "string",
- "schema": "string"
}, - "type": {
- "schema": "string",
- "value": "CACC"
}
}