PaymentAccount

Representation of an account for payment purposes. Note that at least one of identification or proxy is expected to be present.

currency
string^[A-Z]{3}$

Identification of the currency in which the account is held.

object (BankingIdentifier)
name
string <= 70 characters

Name of the account, as assigned by the account servicing institution, in agreement with the account owner in order to provide an additional means of identification of the account.

object (NonBankingIdentifier)
object (AccountType)
{
  • "currency": "string",
  • "identification": {
    },
  • "name": "string",
  • "proxy": {
    },
  • "type": {
    }
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.