Alloy · Example Payload

Alloy Person Evaluation Request

Identity VerificationKYCKYBFraud PreventionComplianceOnboardingTransaction MonitoringRisk DecisioningAMLFintech

Alloy Person Evaluation Request is an example object payload from Alloy, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

name_firstname_lastemail_addressphone_numberbirth_datedocument_ssnaddresses

Example Payload

Raw ↑
{
  "name_first": "Jane",
  "name_last": "Doe",
  "email_address": "jane.doe@example.com",
  "phone_number": "2125551234",
  "birth_date": "1990-01-15",
  "document_ssn": "123456789",
  "addresses": [
    {
      "line_1": "123 Main St",
      "city": "New York",
      "state": "NY",
      "zip": "10001",
      "country_code": "US"
    }
  ]
}