Account

An account within the Electrum Account mirror. Note that the primaryIdentification is permanent and immutable.

accountName
string <= 40 characters
Array of objects (AccountIdentification)
currency
string (CurrencyCode) ^[A-Z]{3}$

A valid, active currency code as defined in ISO 4217 indicating the currency of the amount.

openingDate
string <date-time>

Date and time at which the account was established.

required
object (AccountIdentification)

Holds details pertaining to an identifier of an account or store of value.

Array of objects (Restriction)
status
string (AccountStatusCode)

A set of codes that describe the status of an account

Enum: "ENABLED" "DISABLED" "DELETED"
object (AccountType)
{
  • "accountName": "string",
  • "additionalIdentifications": [
    ],
  • "currency": "string",
  • "openingDate": "2019-08-24T14:15:22Z",
  • "primaryIdentification": {
    },
  • "restrictions": [
    ],
  • "status": "ENABLED",
  • "type": {
    }
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.