AccountIdentifier

namespace
string [ 1 .. 40 ] characters

An identifier's namespace provides a context for the identifier to distinguish different identifiers which may have the same value but be intended to identify different accounts. For example, a bank may use the same MSISDN (identifier) with different namespaces to distinguish between a customer's cheque or savings accounts.

This may be used by the following schemes:

  • ZA_RPP
schema
string

Indicates the schema of the identifier, e.g. MOBILE, CUSTOM.

value
required
string [ 1 .. 2048 ] characters
{
  • "namespace": "string",
  • "schema": "CUSTOM",
  • "value": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.