IdentifierSchemeRegistrationRequest

A model containing the foundational elements shared across messages and generally expected in a message used during processing with the Electrum Regulated Payments API.

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.

schema
required
string
Value: "IdentifierSchemeRegistrationRequest"
required
object (SchemeRegistration)
uetr
required
string <UUID>

Universally unique identifier to provide an end-to-end reference. This identifier remains the same for all messages related to the same transaction.

{
  • "messageIdentifiers": {
    },
  • "supplementaryData": {
    },
  • "schema": "IdentifierSchemeRegistrationRequest",
  • "schemeRegistration": {
    },
  • "uetr": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.