A request containing information that will be used to update the additional ID particulars stored for the given
Account. The account to be updated is identified by the currentIdentification
field.
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 (AccountIdentification) Holds details pertaining to an identifier of an account or store of value. |
required | object (AccountIdentification) Holds details pertaining to an identifier of an account or store of value. |
schema required | string Value: "AccountAdditionalIdUpdateRequest" |
{- "messageIdentifiers": {
- "creationDateTime": "2019-08-24T14:15:22Z",
- "messageIdentification": "string"
}, - "supplementaryData": {
- "property1": "string",
- "property2": "string"
}, - "additionalIdentification": {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}, - "currentIdentification": {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}, - "schema": "AccountAdditionalIdUpdateRequest"
}