Class: Whop_sdk::Verifications::Types::CreateVerificationsRequestBodyIndividualDocuments
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Whop_sdk::Verifications::Types::CreateVerificationsRequestBodyIndividualDocuments
- Defined in:
- lib/whop_sdk/verifications/types/create_verifications_request_body_individual_documents.rb
Overview
Identity document files, each value the file's raw bytes base64-encoded (JPEG, PNG, or PDF, up to 5MB per file
before encoding). Sending this object verifies the person from the files in this request instead of a hosted
session — individual verifications only, and the request must also carry document_type, first_name,
last_name, date_of_birth, country, phone, tax_identification_number, and an address with line1,
city, state, and postal_code. Send every slot for your document_type — a missing or rejected file fails
the whole request and nothing is submitted; review starts automatically once every document is accepted. See
Identity documents for a full walkthrough.
Method Summary
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Constructor Details
This class inherits a constructor from Whop_sdk::Internal::Types::Model