A model to indicate whether or not a transaction is an operational duplicate of a transaction that has already been processed. In the case that the transaction is found to be a duplicate, this model provides the identifiers of the duplicate transactions.
Holds a point-to-point unique message identification string as well as a message's creation date time.
The date and time at which the message was created, in senders local timezone or UTC. The date must be formatted as defined by date-time in RFC3339
A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message.
The outcome of the duplicate check. duplicateIdentifiers is only present, and only ever populated, when status is DUPLICATE.
{ "messageIdentifiers": { "creationDateTime": "2019-08-24T14:15:22Z", "messageIdentification": "string" }, "supplementaryData": { "property1": "string", "property2": "string" }, "result": { "duplicateIdentifiers": [ … ], "status": "DUPLICATE" }, "schema": "DuplicateCheckOutcome" }