Entity Onboarding represents the KYC (Know Your Customer) data collected for an entity before enabling payment features like multi-currency accounts. The onboarding record holds business details, beneficial owners, addresses, identifiers, and supporting documents.
Entity Onboarding Object
{"id":"Z2lkOi8vd2FsbGV0LWFwcC9FbnRpdHlPbmJvYXJkaW5nLzE","status":"draft","primary_contact_email":"admin@acme.com","primary_contact_mobile":"+1-555-987-6543","primary_contact_mobile_country_code":"+1","submitted_at":null,"approved_at":null,"created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z","business_details":{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nQnVzaW5lc3NEZXRhaWwvMQ","business_name":"Acme Corporation","business_name_trading":"Acme Corp","business_structure":"corporation","business_start_date":"2020-01-15","industry_category_code":"5411","description_of_goods_services":"Software development and consulting services","website_url":"https://acme.com","contact_phone":"+1-555-123-4567","state_of_incorporation":"DE","created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z","business_address":{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nQWRkcmVzcy8x","address_type":"business","line1":"123 Main Street","line2":"Suite 400","city":"San Francisco","state":"CA","postal_code":"94105","country_alpha2":"US","created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z"},"registration_address":null,"business_identifiers":[{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nQnVzaW5lc3NJZGVudGlmaWVyLzE","identifier_type":"ein","identifier_number":"12-3456789","country_alpha2":"US","created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z"}]},"persons":[{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nUGVyc29uLzE","first_name":"John","middle_name":null,"last_name":"Doe","email":"john.doe@acme.com","phone_number":"+1-555-123-4567","date_of_birth":"1980-05-15","nationality":"US","job_title":"CEO","roles":["beneficial_owner","director"],"created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z","residential_address":{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nQWRkcmVzcy8z","address_type":"residential","line1":"789 Oak Lane","line2":null,"city":"Palo Alto","state":"CA","postal_code":"94301","country_alpha2":"US","created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z"},"identifications":[{"id":"Z2lkOi8vd2FsbGV0LWFwcC9PbmJvYXJkaW5nUGVyc29uSWRlbnRpZmljYXRpb24vMQ","identification_type":"tax_id","identification_number":"***-**-6789","issuing_country":"US","effective_date":null,"expiration_date":null,"is_primary":true,"tax_id_type":"ssn","created_at":"2025-10-20T10:30:00Z","updated_at":"2025-10-20T10:30:00Z"}]}]}
The identification number (may be masked for security)
issuing_country
string/null
ISO 3166-1 alpha-2 country code of issuing authority
effective_date
string/null
Date the document became valid (YYYY-MM-DD)
expiration_date
string/null
Document expiration date (YYYY-MM-DD)
is_primary
boolean
Whether this is the primary identification document
tax_id_type
string/null
Tax ID subtype, only when identification_type is tax_id (see Tax ID Types)
created_at
string
ISO 8601 creation timestamp
updated_at
string
ISO 8601 last update timestamp
Identification Types
Type
Description
passport
Passport
drivers_license
Driver's License
personal_id
Personal ID Card
tax_id
Tax Identification Document
Tax ID Types
Only applicable when identification_type is tax_id:
Type
Description
ssn
Social Security Number (US)
itin
Individual Taxpayer Identification Number (US)
Attachments
Supporting documents uploaded for onboarding verification. Attachments can be associated with the onboarding record itself, business details, persons, or person identifications.