Artisio Webapp + Timed Auctions
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
  • Bid Confirmation Popup Template
  • Buy Now Confirmation Popup Template
  • Max Bid Confirmation Modal Template
  • Bid Created Modal Template
  • Lot Purchased Modal Template
  • Max Bid Created Modal Template
Webhooks
Release Notes
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
  • Bid Confirmation Popup Template
  • Buy Now Confirmation Popup Template
  • Max Bid Confirmation Modal Template
  • Bid Created Modal Template
  • Lot Purchased Modal Template
  • Max Bid Created Modal Template
Webhooks
Release Notes
  • Webapp Templates

    • Template Configuration
    • Auction Details
    • Auction Filters Section
    • Auction List Item
    • Auction Listing page
    • Auction View Page
    • Lot list item template on watchlist
    • Favorite lot listing page
    • Home page
    • Lot list item template on my bids page
    • My bids lot listing page
    • Lot bidding section
    • Lot bidding section for live auctions
    • Lot filtering section
    • Lot list item
    • Lot listing section
    • Lot view page template
    • Update Profile Page
    • Sell an item modal
    • Signup page inputs section
    • Bid Confirmation Popup Template
    • Buy Now Confirmation Popup Template
    • Max Bid Confirmation Modal Template
    • Bid Created Modal Template
    • Lot Purchased Modal Template
    • Max Bid Created Modal Template

Personal Identification Details Template

  • Name: personalIdentificationDetailsTemplate
  • Url: #/profile
  • Description: Template for the personal identification details section displayed on the profile page. Only rendered when the personalIdentificationDetails configuration option is enabled.

Default Template

<personal-identification-details>
  <div class="row">
    <identification-number />
    <identification-type />
  </div>
  <div class="row">
    <place-of-issue />
    <document-issue-date />
  </div>
  <div class="row">
    <document-expiration-date />
  </div>
  <div class="row">
    <government-issued-id />
    <proof-of-address />
  </div>
  <div class="row">
    <employment-information />
    <company-id-documents />
  </div>

  <DynamicFieldInputs />
</personal-identification-details>

Important

This template is only rendered when personalIdentificationDetails is set to true.

Available Components

<PersonalIdentificationDetails />

A conditional wrapper component that only renders its content when personalIdentificationDetails is enabled in the configuration. Place all identification field inputs inside it.

<IdentificationNumber />

An input field for the customer's personal identification number (e.g., passport number, national ID number).

<IdentificationType />

A dropdown/select field for the type of identification document (e.g., Passport, Driver's License, National ID).

<PlaceOfIssue />

An input field for the location where the identification document was issued.

<DocumentIssueDate />

A date picker for the issue date of the identification document.

<DocumentExpirationDate />

A date picker for the expiration date of the identification document.

<GovernmentIssuedId />

A file upload field for uploading a scanned copy or photo of the government-issued identification document.

<ProofOfAddress />

A file upload field for uploading a document proving the customer's current residential address (e.g., utility bill, bank statement).

<EmploymentInformation />

A file upload or text field for providing employment information required for KYC (Know Your Customer) compliance.

<CompanyIdDocuments />

A file upload field for uploading company registration documents, used when the bidder is representing a company.

<DynamicFieldInputs />

Renders any additional dynamic fields configured in Artisio AMS for the identification section. These fields are defined from the Artisio back office and appear automatically here.

Properties

mainConfig

See documentation here

is_authorized

See documentation here

Last Updated:
Contributors: Zura Sekhniashvili