/

WooCommerce

WooCommerce

Integration type

eComm

What we solve

WooCommerce merchants and marketplaces need a straightforward way to enforce identity verification (and step-up checks for higher-risk purchases or sellers) during customer registration and checkout without custom development. This integration delivers a WordPress/WooCommerce plugin that hooks into checkout and account-creation flows, writes verification outcomes (IAL level, VC token, LiveID enrollment, timestamps) back to customer metadata via the WooCommerce REST API, and can extend to marketplace scenarios (e.g., vendor approval) to reduce fraud and meet compliance requirements.

Integration architecture

1Kosmos publishes a WordPress.org plugin (1kosmos-blockid-verify) for WooCommerce. WordPress action/filter hooks provide deep injection points:

Key action hooks used:




WooCommerce REST API write-back:

PUT /wp-json/wc/v3/customers/{id}
{
  "meta_data": [
    { "key": "blockid_ial_level", "value": "2" },
    { "key": "blockid_vc_token", "value": "{jwt}" },
    { "key": "blockid_liveid_enrolled", "value": "1" },
    { "key": "blockid_verified_at", "value": "2025-04-01T12:00:00Z" }
  ]

PUT /wp-json/wc/v3/customers/{id}
{
  "meta_data": [
    { "key": "blockid_ial_level", "value": "2" },
    { "key": "blockid_vc_token", "value": "{jwt}" },
    { "key": "blockid_liveid_enrolled", "value": "1" },
    { "key": "blockid_verified_at", "value": "2025-04-01T12:00:00Z" }
  ]

PUT /wp-json/wc/v3/customers/{id}
{
  "meta_data": [
    { "key": "blockid_ial_level", "value": "2" },
    { "key": "blockid_vc_token", "value": "{jwt}" },
    { "key": "blockid_liveid_enrolled", "value": "1" },
    { "key": "blockid_verified_at", "value": "2025-04-01T12:00:00Z" }
  ]

WooCommerce Marketplace seller verification (WC Vendors / Dokan integration):


Transform how you verify and authenticate

Secure onboarding, eliminate passwords, and stop fraud on one platform. Schedule a demo and see it in action.

Transform how you verify and authenticate

Secure onboarding, eliminate passwords, and stop fraud on one platform. Schedule a demo and see it in action.

Transform how you verify and authenticate

Secure onboarding, eliminate passwords, and stop fraud on one platform. Schedule a demo and see it in action.