# Basis Theory > Basis Theory provides APIs, SDKs, and tools for securely collecting, storing, and sharing sensitive data like card numbers, bank accounts, and personal information. It handles PCI compliance so you don't have to. Basis Theory enables developers to accept payments, issue cards, run account updater, manage network tokens, and process sensitive data through a tokenization platform — without directly handling the raw data. ## Guides - [Display Cards](https://developers.basistheory.com/docs/card-issuing/display-cards.md) - [Card Issuing](https://developers.basistheory.com/docs/card-issuing.md) - [Issue Cards](https://developers.basistheory.com/docs/card-issuing/issue-cards.md) - [Set Card PIN](https://developers.basistheory.com/docs/card-issuing/set-card-pin.md) - [Charge a Card](https://developers.basistheory.com/docs/card-payments/charge-card.md): This guide walks you through the process of charging a card against a Payments Service Provider using the Proxy - [Card Payments Overview](https://developers.basistheory.com/docs/card-payments.md) - [Payments Routing](https://developers.basistheory.com/docs/card-payments/payments-routing.md) - [Receive Cards via API / Webhooks](https://developers.basistheory.com/docs/card-payments/receive-cards-api.md) - [Recollect Security Code](https://developers.basistheory.com/docs/card-payments/recollect-security-code.md): This guide details the process of recollecting a security code for a saved card by patching an existing token using a secure element. - [Replace Processor iFrames](https://developers.basistheory.com/docs/card-payments/replace-processor-iframes.md): This guide walks you through the process of replacing processor-specific iFrames with external vault-agnostic secure frontend elements, ensuring a more flexible and scalable payment integration. - [Use Your Own Inputs](https://developers.basistheory.com/docs/card-payments/use-your-own-inputs.md): This guide explains how to integrate Basis Theory SDKs with your own inputs, securely tokenizing cardholder data for a flexible, controlled payment solution. - [Verify a Card](https://developers.basistheory.com/docs/card-payments/verify-card.md): This guide walks you through the process of verifying a card against a Payments Service Provider using the Proxy - [Access Controls](https://developers.basistheory.com/docs/concepts/access-controls.md): Access to data is limited by applying access controls to an Application via Permissions and Access Rules to ensure services and users only have access to the data they need. - [Concepts — Elements](https://developers.basistheory.com/docs/concepts/elements.md) - [Concepts](https://developers.basistheory.com/docs/concepts.md) - [Proxy Transform Error Handling](https://developers.basistheory.com/docs/concepts/proxies/error-handling.md): How to handle errors in proxy transform code for both node-bt and node22 runtimes. - [What is the Proxy?](https://developers.basistheory.com/docs/concepts/proxies.md): The Basis Theory Proxy allows you to use tokens with HTTP APIs without needing to access sensitive data directly within your systems. This enables solving both these problems securely while keeping your systems out of compliance scope. - [Proxy Transforms](https://developers.basistheory.com/docs/concepts/proxies/transforms.md): Transform request and response data using various transform types including code, mask, tokenize, and append operations. - [Reactor Error Handling](https://developers.basistheory.com/docs/concepts/reactors/error-handling.md): How to handle errors in reactor code for both node-bt and node22 runtimes. - [What are Reactors?](https://developers.basistheory.com/docs/concepts/reactors.md): A Reactor is a serverless compute service allowing Node.js code hosted in Basis Theory to be executed against your tokens completely isolated away from your application and systems. - [What are Runtimes?](https://developers.basistheory.com/docs/concepts/runtimes.md): Runtimes are the execution environments for Reactors and Proxy Transforms, providing the Node.js environment where your custom code runs. - [node-bt](https://developers.basistheory.com/docs/concepts/runtimes/node-bt.md): The node-bt runtime image is the default runtime with a curated set of whitelisted dependencies. - [node22](https://developers.basistheory.com/docs/concepts/runtimes/node22.md): The node22 runtime image provides full control over your runtime environment with any npm package, configurable resources, and modern Node.js features. - [Runtime Vulnerability Scanning](https://developers.basistheory.com/docs/concepts/runtimes/vulnerability-scanning.md): Understand how dependency vulnerabilities are identified for runtime-based Reactor and Proxy code. - [What are Token Intents?](https://developers.basistheory.com/docs/concepts/token-intents.md) - [What are Token Containers?](https://developers.basistheory.com/docs/concepts/what-are-containers.md) - [What are MATs?](https://developers.basistheory.com/docs/concepts/what-are-mats.md) - [What are Tenant Merchants?](https://developers.basistheory.com/docs/concepts/what-are-tenant-merchants.md) - [What are Tokens?](https://developers.basistheory.com/docs/concepts/what-are-tokens.md) - [What is Search?](https://developers.basistheory.com/docs/concepts/what-is-search.md) - [Aliasing](https://developers.basistheory.com/docs/expressions/aliasing.md) - [Configuration](https://developers.basistheory.com/docs/expressions/configuration.md) - [Detokenization](https://developers.basistheory.com/docs/expressions/detokenization.md) - [Filters](https://developers.basistheory.com/docs/expressions/filters.md) - [Fingerprints](https://developers.basistheory.com/docs/expressions/fingerprints.md) - [Expressions](https://developers.basistheory.com/docs/expressions.md): Explore the expression language used throughout the Basis Theory API. - [Masks](https://developers.basistheory.com/docs/expressions/masks.md) - [Proxy](https://developers.basistheory.com/docs/expressions/proxy.md) - [Search Indexes](https://developers.basistheory.com/docs/expressions/search-indexes.md) - [3D Secure](https://developers.basistheory.com/docs/features/3d-secure.md) - [Features — Account Updater](https://developers.basistheory.com/docs/features/account-updater.md) - [Anti-Fraud](https://developers.basistheory.com/docs/features/anti-fraud.md) - [Global & Localized Data](https://developers.basistheory.com/docs/features/global-data.md) - [Identity](https://developers.basistheory.com/docs/features/identity.md) - [Feature](https://developers.basistheory.com/docs/features.md) - [Features — Network Tokens](https://developers.basistheory.com/docs/features/network-tokens.md) - [Configure SSO with OIDC](https://developers.basistheory.com/docs/features/sso/configure-sso-with-oidc.md) - [Configure SSO with Okta](https://developers.basistheory.com/docs/features/sso/configure-sso-with-okta.md) - [Configure SSO with SAML](https://developers.basistheory.com/docs/features/sso/configure-sso-with-saml.md) - [Single Sign-On (SSO) [Enterprise Feature]](https://developers.basistheory.com/docs/features/sso.md) - [Batch Implementation](https://developers.basistheory.com/docs/guides/account-updater/batch-implementation.md) - [Account Updater — Account Updater](https://developers.basistheory.com/docs/guides/account-updater/overview.md) - [Real-Time Implementation](https://developers.basistheory.com/docs/guides/account-updater/real-time-implementation.md) - [Account Updater Setup](https://developers.basistheory.com/docs/guides/account-updater/setup.md) - [Any Data](https://developers.basistheory.com/docs/guides/any.md) - [Apple Pay — Accept Apple Pay™](https://developers.basistheory.com/docs/guides/apple-pay/accept.md) - [Apple Pay — Accept Apple Pay™](https://developers.basistheory.com/docs/guides/apple-pay/implementation.md): Learn how to accept Apple Pay™ payments — one-time and recurring — and route them to your payment processor using Basis Theory. - [Apple Pay — Apple Pay™](https://developers.basistheory.com/docs/guides/apple-pay/overview.md) - [Setup (BYOK)](https://developers.basistheory.com/docs/guides/apple-pay/setup-byok.md) - [Setup (Managed)](https://developers.basistheory.com/docs/guides/apple-pay/setup-managed.md) - [Collect Bank Accounts](https://developers.basistheory.com/docs/guides/banks/collect-bank-accounts.md) - [Process Bank Payments](https://developers.basistheory.com/docs/guides/banks/process-bank-payments.md) - [Card Data](https://developers.basistheory.com/docs/guides/cards.md) - [Collect Cards (Single Element)](https://developers.basistheory.com/docs/guides/collect/collect-cards-single-element.md) - [Collect Cards with Your Inputs](https://developers.basistheory.com/docs/guides/collect/collect-cards-with-your-inputs.md) - [Collect Cards](https://developers.basistheory.com/docs/guides/collect/collect-cards.md) - [Collect Data from Web](https://developers.basistheory.com/docs/guides/collect/collect-data-from-web.md) - [Collect Data with Android](https://developers.basistheory.com/docs/guides/collect/collect-data-with-android.md) - [Collect Data with iOS](https://developers.basistheory.com/docs/guides/collect/collect-data-with-ios.md) - [Collect Data with React Native on iOS](https://developers.basistheory.com/docs/guides/collect/collect-data-with-react-native-on-ios.md) - [Collect Data with React](https://developers.basistheory.com/docs/guides/collect/collect-data-with-react.md) - [Collect Inbound Sensitive Data](https://developers.basistheory.com/docs/guides/collect/collect-inbound-sensitive-data.md) - [Customize Your Web Form](https://developers.basistheory.com/docs/guides/collect/customize-web-form.md) - [Collect Data](https://developers.basistheory.com/docs/guides/collect.md) - [Accept Google Pay™](https://developers.basistheory.com/docs/guides/google-pay/accept-payments.md) - [Decrypt Google Pay™ Data with Your Own Keys](https://developers.basistheory.com/docs/guides/google-pay/own-encryption-keys.md) - [Audit Data Access](https://developers.basistheory.com/docs/guides/govern/audit-data-access.md) - [Control Data Access](https://developers.basistheory.com/docs/guides/govern/control-data-access.md) - [Govern Data](https://developers.basistheory.com/docs/guides/govern.md) - [Access Data Using Sessions](https://developers.basistheory.com/docs/guides/govern/sessions.md) - [Onboard a Merchant](https://developers.basistheory.com/docs/guides/merchants/onboarding.md): Register a merchant and onboard it to Account Updater and Network Tokens from the Basis Theory Portal. - [Network Tokens Implementation](https://developers.basistheory.com/docs/guides/network-tokens/implementation.md): This guide walks you through the process of provisioning and charging transactions with Network Tokens - [Network Tokens — Network Tokens](https://developers.basistheory.com/docs/guides/network-tokens/overview.md) - [Network Tokens Setup](https://developers.basistheory.com/docs/guides/network-tokens/setup.md) - [Analyze Data](https://developers.basistheory.com/docs/guides/process/analyze-data.md) - [Authenticate Merchant Initiated Transactions (MITs) with 3DS](https://developers.basistheory.com/docs/guides/process/authenticate-mit-with-3ds.md) - [Authenticate with 3DS](https://developers.basistheory.com/docs/guides/process/authenticate-with-3ds.md) - [Back up Your Stripe Tokens](https://developers.basistheory.com/docs/guides/process/backup-stripe-tokens.md) - [Collect and Tokenize Cards in One Call](https://developers.basistheory.com/docs/guides/process/collect-cards-with-encrypted-proxy.md) - [Extract Cards](https://developers.basistheory.com/docs/guides/process/extract-cards.md) - [Process Data](https://developers.basistheory.com/docs/guides/process.md) - [Search Data](https://developers.basistheory.com/docs/guides/process/search-data.md) - [Production Checklist](https://developers.basistheory.com/docs/guides/production-checklist.md) - [Display Masked Data](https://developers.basistheory.com/docs/guides/share/display-masked-data.md) - [Share Data](https://developers.basistheory.com/docs/guides/share.md) - [Process Card Payments](https://developers.basistheory.com/docs/guides/share/process-card-payments.md) - [Reveal Data from 3rd Party](https://developers.basistheory.com/docs/guides/share/reveal-data-from-third-party.md) - [Reveal Tokenized Data](https://developers.basistheory.com/docs/guides/share/reveal-tokenized-data.md) - [Send Data to a 3rd Party](https://developers.basistheory.com/docs/guides/share/send-data-to-third-party.md) - [Platform Testing](https://developers.basistheory.com/docs/guides/testing.md) - [3DS Implementation & Testing (CIT with Redirection)](https://developers.basistheory.com/docs/guides/threeds/implementation-cit-redirect.md) - [3DS Implementation & Testing (CIT)](https://developers.basistheory.com/docs/guides/threeds/implementation-cit.md) - [3DS Implementation & Testing (MIT)](https://developers.basistheory.com/docs/guides/threeds/implementation-mit.md) - [3DS Overview](https://developers.basistheory.com/docs/guides/threeds/overview.md) - [3DS Setup](https://developers.basistheory.com/docs/guides/threeds/setup.md) - [Taking 3DS Live](https://developers.basistheory.com/docs/guides/threeds/taking-threeds-live.md) - [Getting Started](https://developers.basistheory.com/docs/index.md): Basis Theory provides APIs, SDKs, and all of the tools you need to make your sensitive data more secure and usable. - [Export Cards on File](https://developers.basistheory.com/docs/migrations/export-cards-on-file.md) - [Import Cards on File](https://developers.basistheory.com/docs/migrations/import-cards-on-file.md) - [Import from a Database](https://developers.basistheory.com/docs/migrations/import-from-database.md) - [Migration Guides](https://developers.basistheory.com/docs/migrations.md) - [Agentic Commerce Protocol Integration](https://developers.basistheory.com/docs/use-cases/agentic/agentic-commerce-protocol.md) - [Agentic Credentials for Purchases](https://developers.basistheory.com/docs/use-cases/agentic/agentic.md) ## API Reference - [3DS Sessions](https://developers.basistheory.com/docs/api/3ds/sessions.md) - [Batch Account Updater](https://developers.basistheory.com/docs/api/account-updater/batch.md) - [Real-Time Account Updater](https://developers.basistheory.com/docs/api/account-updater/real-time.md) - [Result Codes](https://developers.basistheory.com/docs/api/account-updater/result-codes.md) - [Account Updater — Testing](https://developers.basistheory.com/docs/api/account-updater/testing.md) - [Agents](https://developers.basistheory.com/docs/api/agentic-commerce/agents.md) - [Credentials](https://developers.basistheory.com/docs/api/agentic-commerce/credentials.md) - [Enrollments](https://developers.basistheory.com/docs/api/agentic-commerce/enrollments.md) - [Agentic Commerce — Errors](https://developers.basistheory.com/docs/api/agentic-commerce/errors.md) - [Instructions](https://developers.basistheory.com/docs/api/agentic-commerce/instructions.md) - [Agentic Commerce — Testing](https://developers.basistheory.com/docs/api/agentic-commerce/testing.md) - [Apple Pay — Apple Pay™](https://developers.basistheory.com/docs/api/apple-pay/api.md) - [Access Rules](https://developers.basistheory.com/docs/api/applications/access-rules.md) - [Application Keys](https://developers.basistheory.com/docs/api/applications/application-keys.md) - [Applications — Applications](https://developers.basistheory.com/docs/api/applications/applications.md) - [Permissions](https://developers.basistheory.com/docs/api/applications/permissions.md) - [Sessions](https://developers.basistheory.com/docs/api/applications/sessions.md) - [Authentication](https://developers.basistheory.com/docs/api/authentication.md) - [Client Encryption Keys](https://developers.basistheory.com/docs/api/client-keys.md) - [Stripe Forward](https://developers.basistheory.com/docs/api/connections/stripe-forward.md) - [Deprecations](https://developers.basistheory.com/docs/api/deprecations.md) - [Documents](https://developers.basistheory.com/docs/api/documents/api.md) - [Bank Account Verification](https://developers.basistheory.com/docs/api/enrichments/bank-accounts.md) - [Api — Errors](https://developers.basistheory.com/docs/api/errors.md) - [Google Pay™](https://developers.basistheory.com/docs/api/google-pay/api.md) - [Idempotency](https://developers.basistheory.com/docs/api/idempotency.md) - [API Reference](https://developers.basistheory.com/docs/api.md) - [IP Addresses](https://developers.basistheory.com/docs/api/ip-addresses.md) - [Logs](https://developers.basistheory.com/docs/api/logs.md) - [Network Tokens — Network Tokens](https://developers.basistheory.com/docs/api/network-tokens/network-tokens.md) - [Network Tokens — Testing](https://developers.basistheory.com/docs/api/network-tokens/testing.md) - [Pagination](https://developers.basistheory.com/docs/api/pagination.md) - [Invoke Ephemeral Proxy](https://developers.basistheory.com/docs/api/proxies/invoke-ephemeral-proxies.md) - [Invoke Pre-Configured Proxy](https://developers.basistheory.com/docs/api/proxies/invoke-pre-configured-proxies.md) - [Pre-Configured Proxies](https://developers.basistheory.com/docs/api/proxies/pre-configured-proxies.md) - [Platform Limits](https://developers.basistheory.com/docs/api/rate-limits.md) - [Invoke Async Reactors](https://developers.basistheory.com/docs/api/reactors/invoke-async-reactors.md) - [Invoke Reactors](https://developers.basistheory.com/docs/api/reactors/invoke-reactors.md) - [Reactors — Reactors](https://developers.basistheory.com/docs/api/reactors/reactors.md) - [Request Correlation](https://developers.basistheory.com/docs/api/request-correlation.md) - [Status](https://developers.basistheory.com/docs/api/status.md) - [Tenant Members](https://developers.basistheory.com/docs/api/tenants/tenant-members.md) - [Tenant Merchants](https://developers.basistheory.com/docs/api/tenants/tenant-merchants.md) - [Tenants](https://developers.basistheory.com/docs/api/tenants/tenants.md) - [Test Tenants](https://developers.basistheory.com/docs/api/test-tenants.md) - [Test Data](https://developers.basistheory.com/docs/api/testing.md) - [Detokenize](https://developers.basistheory.com/docs/api/tokens/detokenize.md) - [Search Tokens](https://developers.basistheory.com/docs/api/tokens/search.md) - [Token Enrichments](https://developers.basistheory.com/docs/api/tokens/token-enrichments.md) - [Token Intents](https://developers.basistheory.com/docs/api/tokens/token-intents.md) - [Token Types](https://developers.basistheory.com/docs/api/tokens/token-types.md) - [Tokenize](https://developers.basistheory.com/docs/api/tokens/tokenize.md) - [Tokens](https://developers.basistheory.com/docs/api/tokens/tokens.md) - [Management API](https://developers.basistheory.com/docs/api/webhooks/api.md) - [Event Data](https://developers.basistheory.com/docs/api/webhooks/eventdata.md) - [Webhooks](https://developers.basistheory.com/docs/api/webhooks/webhooks.md) ## SDKs - [React Agentic](https://developers.basistheory.com/docs/sdks/agentic/react-agentic.md): The Basis Theory React Agentic SDK provides React components and hooks for building agentic commerce flows including enrollment verification and instruction approval. - [Cli — Applications](https://developers.basistheory.com/docs/sdks/cli/applications.md) - [CLI](https://developers.basistheory.com/docs/sdks/cli.md) - [Proxies](https://developers.basistheory.com/docs/sdks/cli/proxies.md) - [Cli — Reactors](https://developers.basistheory.com/docs/sdks/cli/reactors.md) - [Basis Theory SDKs](https://developers.basistheory.com/docs/sdks.md) - [3DS Mobile SDK](https://developers.basistheory.com/docs/sdks/mobile/3ds.md): The Basis Theory 3DS Mobile SDKs make it easy to start a 3DS transaction in iOS and Android apps. Learn More. - [3DS Mobile SDK Methods](https://developers.basistheory.com/docs/sdks/mobile/3ds/methods.md) - [Android — Co-Badge Support](https://developers.basistheory.com/docs/sdks/mobile/android/cobadge.md) - [Android — Element Events](https://developers.basistheory.com/docs/sdks/mobile/android/events.md) - [Android Elements SDK](https://developers.basistheory.com/docs/sdks/mobile/android.md) - [Android — Options](https://developers.basistheory.com/docs/sdks/mobile/android/options.md) - [Android — Services](https://developers.basistheory.com/docs/sdks/mobile/android/services.md) - [Android Element Types](https://developers.basistheory.com/docs/sdks/mobile/android/types.md) - [Ios — Co-Badge Support](https://developers.basistheory.com/docs/sdks/mobile/ios/cobadge.md) - [Events](https://developers.basistheory.com/docs/sdks/mobile/ios/events.md) - [iOS Elements SDK](https://developers.basistheory.com/docs/sdks/mobile/ios.md) - [Ios — Options](https://developers.basistheory.com/docs/sdks/mobile/ios/options.md) - [Ios — Services](https://developers.basistheory.com/docs/sdks/mobile/ios/services.md) - [iOS Element Types](https://developers.basistheory.com/docs/sdks/mobile/ios/types.md) - [React Native — Co-Badge Support](https://developers.basistheory.com/docs/sdks/mobile/react-native/cobadge.md) - [Elements Components](https://developers.basistheory.com/docs/sdks/mobile/react-native/components.md) - [React Native Elements SDK](https://developers.basistheory.com/docs/sdks/mobile/react-native.md) - [React Native — Services](https://developers.basistheory.com/docs/sdks/mobile/react-native/services.md) - [React Native 3DS](https://developers.basistheory.com/docs/sdks/mobile/react-native-threeds.md): The Basis Theory `react-native-threeds` package makes it easy to start a 3DS transaction from a React Native mobile app. Learn More. - [React Native Threeds — Methods](https://developers.basistheory.com/docs/sdks/mobile/react-native-threeds/methods.md) - [Server Side — .NET SDK](https://developers.basistheory.com/docs/sdks/server-side/dotnet.md) - [Server Side — Go SDK](https://developers.basistheory.com/docs/sdks/server-side/go.md) - [Server Side — Java SDK](https://developers.basistheory.com/docs/sdks/server-side/java.md) - [JavaScript (legacy)](https://developers.basistheory.com/docs/sdks/server-side/javascript-legacy.md) - [Server Side — Node.js SDK](https://developers.basistheory.com/docs/sdks/server-side/node.md) - [Server Side — Python SDK](https://developers.basistheory.com/docs/sdks/server-side/python.md) - [Terraform SDK](https://developers.basistheory.com/docs/sdks/server-side/terraform.md) - [Server Side Legacy — .NET SDK](https://developers.basistheory.com/docs/sdks/server-side-legacy/dotnet.md) - [Server Side Legacy — Go SDK](https://developers.basistheory.com/docs/sdks/server-side-legacy/go.md) - [Server Side Legacy — Java SDK](https://developers.basistheory.com/docs/sdks/server-side-legacy/java.md) - [Server Side Legacy — Node.js SDK](https://developers.basistheory.com/docs/sdks/server-side-legacy/node.md) - [Server Side Legacy — Python SDK](https://developers.basistheory.com/docs/sdks/server-side-legacy/python.md) - [Web 3DS](https://developers.basistheory.com/docs/sdks/web/3ds.md): The Basis Theory `web-threeds` package makes it easy to start a 3DS transaction from the browser. Learn More. - [3ds — Methods](https://developers.basistheory.com/docs/sdks/web/3ds/methods.md) - [JavaScript Elements SDK](https://developers.basistheory.com/docs/sdks/web/javascript.md): The Basis Theory JavaScript SDK makes it easy to build secure web applications that collect or reveal sensitive data using Elements. Learn more. - [Web Elements — Co-Badge Support](https://developers.basistheory.com/docs/sdks/web/web-elements/cobadge.md) - [Components](https://developers.basistheory.com/docs/sdks/web/web-elements/components.md) - [Web Elements — Element Events](https://developers.basistheory.com/docs/sdks/web/web-elements/events.md) - [Web Elements — Getting Started](https://developers.basistheory.com/docs/sdks/web/web-elements/getting-started.md) - [Web Elements v2](https://developers.basistheory.com/docs/sdks/web/web-elements.md) - [Web Elements — Initialization](https://developers.basistheory.com/docs/sdks/web/web-elements/initialization.md) - [Web Elements — Element Lifecycle](https://developers.basistheory.com/docs/sdks/web/web-elements/lifecycle.md) - [Web Elements — Methods](https://developers.basistheory.com/docs/sdks/web/web-elements/methods.md) - [Web Elements — Migration Guide](https://developers.basistheory.com/docs/sdks/web/web-elements/migration.md) - [Web Elements Services](https://developers.basistheory.com/docs/sdks/web/web-elements/services.md) - [Web Elements — Troubleshooting Web Elements](https://developers.basistheory.com/docs/sdks/web/web-elements/troubleshooting.md) - [Element Types](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/components.md) - [V3 — Element Events](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/events.md) - [V3 — Getting Started](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/getting-started.md) - [V3 — Elements](https://developers.basistheory.com/docs/sdks/web/web-elements/v3.md): Basis Theory Elements make it easy to build secure applications that collect or reveal sensitive data without touching it directly. - [V3 — Initialization](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/initialization.md) - [V3 — Element Lifecycle](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/lifecycle.md) - [V3 — Methods](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/methods.md) - [V3 — Migration Guide](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/migration.md) - [Security](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/security.md) - [V3 — Services](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/services.md) - [Theming](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/theming.md) - [V3 — Troubleshooting Web Elements](https://developers.basistheory.com/docs/sdks/web/web-elements/v3/troubleshooting.md)