Add an additional identifier to a customer account record.

This operation adds an additional identifier to a customer account record when making use of Electrum account mirroring.

Request
path Parameters
accountId
required
string

An account identifier. This could be the primary identifier or an additional identifier. This value must be URL encoded.

Request Body schema: application/json
messageIdentification
required
string <= 35 characters

A reference used to unambiguously identify the message between the sending and receiving party.

creationDateTime
required
string <date-time>

The date and time at which the message was created.

required
object (AccountIdentifier)

Holds details of an account or store of value to debit or credit.

Responses
200

The request has been accepted and the customer account information has been successfully recorded.

400

Bad Request.

404

Account to update not found.

409

The additionalId already exists for the accountId.

500

Internal server error. Any 5xx should be considered as transitive and the original request should therefore be retried.

503

Service unavailable.

post/accounts/{accountId}/additional-identifiers
Request samples
application/json
{
  • "creationDateTime": "2022-05-04T03:02:01.000Z",
  • "messageIdentification": "uniqueMessageId",
  • "additionalIdentifier": {
    }
}
Response samples
application/json
{
  • "category": "BAD_REQUEST",
  • "message": "string",
  • "detail": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.