Private identification

In addition to organization identifications, the private identification structure is used to identify an individual in the related parties of a payment. The use of organization identifications or private identification of a related party is mutually exclusive.

Definition

Objects supporting private identification are:

  • Originating account in payment orders and incoming payments
  • Receiving account in payment orders and incoming payments
  • Ultimate originator in payment orders and incoming payments

The private identification attributes are described below:

Mambu Payments (formerly Numeral) attributePresenceDescription
birth_dateoptionalIndividual birth date in YYYY-MM-DD format
birth_cityoptionalIndividual birth city
birth_countryoptionalIndividual birth country code
otheroptionalIndividual other type of identification
other.identificationmandatoryIndividual identification as a string, e.g. passport ID, driving license ID
other.identification_typeconditionalOne of: "alien_registration_number", "passport_number", "customer_identification_number", "drivers_license_number", "employee_identification_number", "national_identity_number", "social_security_number", "telephone_number", "tax_identification_number", "person_commercial_identification"

other.identification_type and other.custom_identification_type are mutually exclusive
other.custom_identification_typeconditionalCustom type as string

other.identification_type and other.custom_identification_type are mutually exclusive
other.identification_issueroptionalIssuer of this identification
{
  "type": "sepa",
  "direction": "credit",
  "originating_account": {
    "private_identification": {
      "birth_date": "1990-06-18",
      "birth_city": "Paris",
      "birth_country": "FR",
      "other": {
        "identification": "351B6213271",
        "identification_type": "national_identity_number",
        "custom_identification_type": "",
        "identification_issuer": ""
      }
    },
    "account_number": "FR7601234567890627967100010",
    "bank_code": "SOGEFRPP",
    "holder_name": "SoftwareCo"
  },
  "receiving_account": {
    "private_identification": {
      "other": {
        "identification": "34JB01853",
        "identification_type": "passport_number",
        "custom_identification_type": "",
        "identification_issuer": ""
      }
    },
    "account_number": "FR7601234567891127967100082",
    "bank_code": "BNPAFRPPXXX",
    "holder_name": "PartnerCo"
  },
  "auto_approval": false,
  "amount": 2500,
  "currency": "EUR",
  "reference": "Invoice 1234",
  "connected_account_id": "24e3157c-4942-11ed-b878-0242ac120002"
}

Can be stored in other the following identification type:

ISO codeMambu Payments (formerly Numeral) attributeDescription
ARNUalien_registration_numberThe unique identification number assigned to a person by a government authority to identify them as a foreign national or resident.
CCPTpassport_numberThe unique identification number of a passport, an official travel document issued by a national government.
CUSTcustomer_identification_numberAny other customer identification number issued by a corporate, bank or other organization.
DRLCdrivers_license_numberThe unique identification number of an official document issued by a government authority to a person allowing them to drive a motor vehicle.
EMPLemployee_identification_numberThe unique identification number assigned to an employee by their employer.
NIDNnational_identity_numberA unique number assigned to a person by a government authority for official identification purposes.
SOSEsocial_security_numberThe unique identification number assigned to a person by a government authority for social security purposes.
TELEtelephone_numberTelephone number.
TXIDtax_identification_numberThe unique identification number assigned to a person by a tax authority.
POIDperson_commercial_identificationCommercial identification of the person.