AccountUpdateRequest

A request containing information that will be used to update the particulars stored for the given Account.

required
object (MessageIdentifiers)

Holds a point-to-point unique message identification string as well as a message's creation date time.

object (SupplementaryData)

A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message.

required
object (Account)

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

Array of objects (AccountOwner)
required
object (AccountOwner)

Contains information detailing the owner of an account, which can be either a person or organisation.

schema
required
string
Value: "AccountUpdateRequest"
{
  • "messageIdentifiers": {
    },
  • "supplementaryData": {
    },
  • "account": {
    },
  • "otherAccountOwnerDetails": [
    ],
  • "primaryAccountOwnerDetails": {
    },
  • "schema": "AccountUpdateRequest"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.