Alloy · Example Payload

Alloy Journey Application Request

Identity VerificationKYCKYBFraud PreventionComplianceOnboardingTransaction MonitoringRisk DecisioningAMLFintech

Alloy Journey Application 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_ssn_last4addresses

Example Payload

Raw ↑
{
  "name_first": "John",
  "name_last": "Smith",
  "email_address": "john.smith@example.com",
  "phone_number": "2125559876",
  "birth_date": "1985-06-20",
  "document_ssn_last4": "6789",
  "addresses": [
    {
      "line_1": "456 Park Ave",
      "city": "Brooklyn",
      "state": "NY",
      "zip": "11201",
      "country_code": "US"
    }
  ]
}