PostalAddress

addressLine
Array of strings [ 0 .. 7 ] items
addressType
string (AddressTypeCode)
  • ADDR: A postal address.
  • PBOX: A postal office (PO) box address.
  • HOME: A (residential) home address.
  • BIZZ: A business address.
  • MLTO: Address to which mail is sent.
  • DLVY: Address to which delivery is to take place
Enum: "ADDR" "PBOX" "HOME" "BIZZ" "MLTO" "DLVY"
buildingName
string [ 1 .. 35 ] characters
buildingNumber
string [ 1 .. 16 ] characters
country
string (CountryCode) [A-Z]{2,2}

A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

countrySubDivision
string [ 1 .. 35 ] characters
department
string [ 1 .. 70 ] characters
districtName
string [ 1 .. 35 ] characters
floor
string [ 1 .. 70 ] characters
postBox
string [ 1 .. 16 ] characters
postCode
string [ 1 .. 16 ] characters
streetName
string [ 1 .. 70 ] characters
townLocationName
string [ 1 .. 35 ] characters
townName
string [ 1 .. 35 ] characters
{
  • "addressLine": [
    ],
  • "addressType": "ADDR",
  • "buildingName": "string",
  • "buildingNumber": "string",
  • "country": "string",
  • "countrySubDivision": "string",
  • "department": "string",
  • "districtName": "string",
  • "floor": "string",
  • "postBox": "string",
  • "postCode": "string",
  • "streetName": "string",
  • "townLocationName": "string",
  • "townName": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.