Social Security Card

A Social Security card is a government-issued document displaying an individual's name and unique national ID number.

To use the Upload PDF endpoint for this document, you must use social_security_card in the form_type parameter. To learn more about processing a Social Security Card, click here.

Field descriptions

The following fields are available on this document type:

JSON attributeData typeDescription
social_security_card-General:firstNameTextFirst name of the individual
social_security_card-General:middleNameTextMiddle name of the individual
social_security_card-General:lastNameTextLast name of the individual
social_security_card-General:suffixTextDefault is_empty = TRUE, Suffix of the individual
social_security_card-General:numberTextFormatted XXX-XX-XXXX. Social Security Number issued to the individual

Sample document

Sample JSON result

{
  "status": 200,
  "response": {
    "pk": 30476609,
    "uuid": "e146a8c4-0c7b-4ce3-a523-607dfb6b1a9f",
    "forms": [
      {
        "pk": 30029183,
        "uuid": "e476a524-cf4e-497a-9b48-9ab1f82d45b5",
        "form_type": "SOCIAL_SECURITY_CARD",
        "form_config_pk": 18854,
        "tables": [],
        "raw_fields": {
          "social_security_card-General:number": {
            "value": "854-65-9582",
            "is_empty": false,
            "alias_used": null,
            "source_filename": "Social Security Card Sample 1.pdf"
          },
          "social_security_card-General:suffix": {
            "value": "",
            "is_empty": true,
            "alias_used": null,
            "source_filename": "Social Security Card Sample 1.pdf"
          },
          "social_security_card-General:lastName": {
            "value": "ARON",
            "is_empty": false,
            "alias_used": null,
            "source_filename": "Social Security Card Sample 1.pdf"
          },
          "social_security_card-General:firstName": {
            "value": "ELVISH",
            "is_empty": false,
            "alias_used": null,
            "source_filename": "Social Security Card Sample 1.pdf"
          },
          "social_security_card-General:middleName": {
            "value": "",
            "is_empty": true,
            "alias_used": null,
            "source_filename": "Social Security Card Sample 1.pdf"
          }
        }
      }
    ]
  },
  "message": "OK"
}