buyerInformation. personalIdentification\[\]. type {#buyer-info-personal-id-type-a}
===================================================================================

The type of document issued that identifies the account owner/authorized signer.  
Valid values:  
• 0 -- Driver's License (USA)  
• 1 -- Military (USA)  
• 2 -- Passport  
• 3 -- Resident Alien ID  
• 4 -- State Identification  
• 5 -- Student Identification  
• 6 -- Driver's License (Foreign)  
• 7 -- Driver's License (Canada)  
• 8 -- Driver's License (Mexico)  
• 9 -- Other Primary ID (Foreign)  
• A -- Matricula Consular Card  
• B -- South America Cedula No.  
Type of the personal identification.  
Possible values include:

* `NATIONAL`: National ID
* `CPF`: Cadastro de Pessoas Fisicas (CPF)
* `CNPJ`: Cadastro Nacional da Pessoa Juridica (CNPJ)
* `CURP`: Clave Única de Registro de Población (CURP)
* `DRIVER_LICENSE`: Drivers License
* MATRICULA_CONSULAR_CARD:
* MILITARY:
* OTHER:
* `PASSPORT_NUMBER`: Passport
* `PERSONAL_ID`: Other Personal ID
* RESIDENT_ALIEN:
* SOUTH_AMERICA_CEDULA_NO:
* `SSN`: Social Security Number
* STATE:
* STUDENT:
* `TAX_ID`: Tax ID

`Comercio Latino`
:
Set this field to the Cadastro de Pessoas Fisicas (CFP). The CFP number is required for AVS for Redecard in Brazil.

Syntax {#buyer-info-personal-id-type-a_Syntax}
----------------------------------------------

```
"buyerInformation": {
    "personalIdentification": [
      {
        "type": "TAX_ID",
        "id": "A30328567",
        "issuedBy": "US"
      }
      ]
```

Specifications {#buyer-info-personal-id-type-a_Specifications}
--------------------------------------------------------------

* **Data Type:** String
* **Data Length:** Fixed, based on above list.

Mapping Information {#buyer-info-personal-id-type-a_Mapping}
------------------------------------------------------------

* **REST API Field:** buyerInformation.personalIdentification.type
* **SCMP API Fields:**
  * personal_id_number
  * personal_id_type
  * verification_results_merchant_tax_id
  * verification_results_passport_number
  * verification_results_personal_id
  * verification_results_driver_license_no
  * verification_results_buyer_registration
* **Simple Order API Fields:**
  * personalID_number
  * personalID_type
  * verificationResults_merchantTaxID
  * verificationResults_passportNumber
  * verificationResults_personalID
  * verificationResults_driversLicenseNumber
* verificationResults_buyerRegistration

