# Treezor Documentation Home > Treezor's API documentation. Objects descriptions, endpoints, examples, use cases and implementation guide for developers ## Table of Contents ### Overview - [Getting Started | API Guide](/guide/overview/getting-started.md): Welcome to Treezor Documentation, which provides the tools and knowledge for you to implement Treezor's solutions. Find out more about Treezor, the payment flows and services, as well as your documentation journey before diving into the API. - [Quickstart | API Guide](/guide/overview/tinker.md): Get a first taste of the Treezor API by following these simple testing steps. Explore various functionnalities with request and examples, from authentication to the first payment. - [Glossary | API Guide](/guide/overview/glossary.md): Find out about Treezor and Banking as a Service (BaaS) terms, concepts, and definitions. Don't let acronyms get the best of you! - [API Atlas diagram | API Guide](/guide/overview/api-atlas.md): Get an overview of the various Treezor API objects and their relationships with an extensive flowchart. Each node links to the relevant section of the documentation. ### API Basics - [Environments | API Basics Guide](/guide/api-basics/environments.md): Understand Treezor API environments. This guide details the Sandbox and Production environments, including their base URLs and how to configure your setup for development and testing. - [Authentication | API Basics Guide](/guide/api-basics/authentication.md): Master Treezor API authentication. This comprehensive guide covers essential authentication methods, how to use your provided API credentials, and defining scopes and permissions to control API access. - [Mutual TLS (MTLS) | API Basics Guide](/guide/api-basics/mutual-tls.md): Understand Mutual TLS (mTLS) for the Treezor API. This guide explains two-way authentication, how to implement client certificates, and enhance API security for robust and trusted connections. - [HTTP Status Codes & Errors | API Basics Guide](/guide/api-basics/response-codes.md): Understand HTTP Status Codes in the Treezor API. This guide explains common 2xx, 4xx, and 5xx response codes, detailing their meaning and the JSON error structure for effective API response processing. - [Data Formats | API Basics Guide](/guide/api-basics/data-format.md): Learn about the supported data structures for API requests and responses. Covers JSON conventions, data type mapping, and best practices for accurate API interaction. - [Object Tags | API Basics Guide](/guide/api-basics/objects-tags.md): Understand Object Tags in the Treezor API. This guide explains how to use custom tags to categorize and manage your API objects for enhanced organization and filtering of your data. - [Idempotency | API Basics Guide](/guide/api-basics/idempotency.md): Understand idempotency in the Treezor API. This guide explains how to prevent duplicate operations and ensure data consistency by implementing idempotency keys in your requests. - [Pagination | API Basics Guide](/guide/api-basics/pagination.md): Master API pagination in the Treezor API. This guide explains how to retrieve large datasets, detailing both offset-based and cursor-based pagination types for efficient data handling. - [API Templates | API Basics Guide](/guide/api-basics/templates.md): Implement API templates to customize Treezor API outputs. This guide details Twig 3.x templating, including API calls to list, upload, test, access, and delete templates, and how to manage variables and handle errors. - [Delegated Authentication | API Basics Guide](/guide/api-basics/using-treezor-as-oauth-identity-provider.md): Leverage Treezor as your OAuth Identity Provider for delegated authentication. This guide details the process of authenticating end users, covering the OAuth 2.0 flow, JWT exchange and validation, and extracting user identity for your application. ### Webhooks - [Introduction to Webhooks & Events | API Guide](/guide/webhooks/introduction.md): Get started with Treezor API webhooks. Learn what webhooks are, their core structure (payload, signature), and why to use them for real-time event notifications and handling unpredictable banking events. - [Webhook Integrity Checks | API Guide](/guide/webhooks/integrity-checks.md): Ensure Treezor API webhook authenticity and integrity. This guide details how to verify payloads using the relevant fields, covering signature generation (HMAC-SHA256) and secure handling of webhook responses. - [Webhook Race Conditions | API Guide](/guide/webhooks/race-conditions.md): Manage webhook race conditions in the Treezor API. This guide explains why webhooks may be received out-of-order and provides the method to identify the latest events for accurate and consistent data processing. - [Webhook Events Repository | API Guide](/guide/webhooks/events-descriptions.md): Explore all Treezor API webhook events. This guide provides a comprehensive list of event names, their triggering actions, and payload structures, categorized by feature for complete event-driven integration. - [Webhook Subscription Management | API Guide](/guide/webhooks/subscription-management.md): Manage your Treezor API webhook subscriptions. This guide details how to register webhook endpoints, set up your back end to receive events, and manage subscribed events (list, update, unsubscribe) for tailored real-time notifications. - [Testing Webhooks in Sandbox | API Guide](/guide/webhooks/testing-in-sandbox.md): Test Treezor API webhooks in your Sandbox environment. This guide provides methods for receiving and processing webhooks during development, including using port forwarding services (Ngrok, RequestCatcher) and manual setup, to validate your integration. - [Webhook Retry Management | API Guide](/guide/webhooks/retry.md): Learn how to resend up to 20,000 webhooks per batch from a pre-generated CSV file. Includes required parameters, request structure, and response examples. ### Strong Customer Authentication - [Introduction to Strong Customer Authentication (SCA) | Treezor API Documentation](/guide/strong-customer-authentication/introduction.md): Learn about Strong Customer Authentication (SCA), a European regulatory requirement, and its implementation with Treezor services for secure payments. - [Enrolling Users for SCA | Treezor API Documentation](/guide/strong-customer-authentication/user-enrollment.md): Technical guide for creating SCA Wallets to enroll users. The SCA Wallet is a secure enclave stored on a device, containing the private key necessary for Strong Customer Authentication. - [SCA Authentication | Treezor API Documentation](/guide/strong-customer-authentication/authenticating.md): Technical guide for authenticating in the name of your end user for SCA. Learn how to obtain your SCA proof (JWS) and use it to request a JWT to authenticate. Includes required parameters, request structure, and response examples. - [Securing Endpoints | Treezor API Documentation](/guide/strong-customer-authentication/securing-endpoints.md): Guide for declaring your end users actions (passive session, active session, or invididual), whether they are made with Treezor endpoints or not. Includes request and examples for the external operation declaration. - [Enrolled Devices | API Guide](/guide/strong-customer-authentication/enrolled-devices.md): Technical guide to retrieve the SCA Wallets created from the Mobile SDK or the Web Native solution via the Treezor API. Includes required parameters, request structure, and response examples. - [SCA Wallet life cycle | API Guide](/guide/strong-customer-authentication/sca-wallet-lifecycle.md): Technical guide for managing the SCA Wallets life cycle, such as locking, unlocking, and changing passcodes or PINs. Includes required parameters, request structure, and response examples. - [SCA Mobile Abstraction Layer | API Guide](/guide/strong-customer-authentication/sdk-abstraction.md): Technical guide for configuration and usage of React abstraction layer of the Mobile SDK. Includes JavaScript code examples. - [SCA Mobile SDK | API Guide](/guide/strong-customer-authentication/sdk.md): Technical guide for using the Mobile SDK for Strong Customer Authentication (SCA). Includes the links to download the SDK in multiple languages, for both sandbox and production. - [Cross Device SCA | API Guide](/guide/strong-customer-authentication/cross-device.md): Technical guide for implementing strong customer authentication for web applications, by delegating the generation of SCA proofs to another enrolled device. Includes required parameters, request structure, and response examples. - [SCA Wallet Events | API Guide](/guide/strong-customer-authentication/events.md): Reference a comprehensive list of SCA wallets events for Treezor API webhooks, detailing each event's structure and payload for integration. - [SCA Error Codes | API Guide](/guide/strong-customer-authentication/errors.md): Troubleshoot and handle strong customer authentication-related issues using the Treezor API's complete list of error messages and codes, and their corresponding meanings. - [Simulating SCA proof | API Guide](/guide/strong-customer-authentication/faking-operations.md): Technical guide for generating an SCA Proof to test the SCA flow in Sandbox. ### Users - [Introduction to Users | API Guide](/guide/users/introduction.md): Get a foundational understanding of Treezor physical users and legal entities, and their compatible functionalities. Includes key attributes, JSON structure, and related endpoints list. - [Create Physical Users | API Guide](/guide/users/physical.md): Technical guide for creating physical users, including anonymous and self-employed users, via the Treezor API. Includes required parameters, request structure, and response examples. - [Create Legal Entities | API Guide](/guide/users/legal-entity.md): Technical guide for creating legal entities via the Treezor API. Also explains how to check for information veracity and finding the legal representatives. Includes required parameters, request structure, and response examples. - [Update Users | API Guide](/guide/users/modifications.md): Technical guide for updating and deleting users via the Treezor API. Includes required parameters, request structure, and response examples. - [Restricted Users and Blocked Operations | API Guide](/guide/users/restricted-users.md): Understand the restrictions that may be placed upon end users as part of your obligations to prevent the misuse of the financial system for illegitimate purposes. Includes required parameters, request structure, and response examples. - [User Hierarchical Relations (Parent-Children) | API Guide](/guide/users/parent-children.md): Technical guide for creating hierarchical relations between users, such as family relationships and company structures (e.g., employer/employee, company/shareholders). Includes required parameters, request structure, and response examples. - [Create Tax Residence | API Guide](/guide/users/tax-residence.md): Technical guide for creating and managing user Tax Residence via the Treezor API. Includes required parameters, request structure, and response examples. - [User Events | API Guide](/guide/users/events.md): Reference a comprehensive list of user events for Treezor API webhooks, detailing each event's structure and payload for integration. - [User Error Codes | API Guide](/guide/users/error-codes.md): Troubleshoot and handle user-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. - [User Simulation | API Guide](/guide/users/faking-operations.md): Learn how to simulate Treezor User validation within the Sandbox environment for development and API integration testing. ### User verification (KYC) - [Introduction to User Verification | API Guide](/guide/user-verification/introduction.md): Get a foundational understanding of your legal obligation to verify your end users identity to present the misuse of the financial system for illegitimate purposes. Includes an overview of the KYC / KYB process and life cycle. - [Request User KYC Review | API Guide](/guide/user-verification/kyc-request.md): Technical guide for making a KYC request via the Treezor API. Includes required parameters, request structure, and response examples. - [Create KYC Documents | API Guide](/guide/user-verification/documents.md): Technical guide for creating and managing KYC documents via the Treezor API. Includes required parameters, request structure, and response examples. - [Pre-review KYC Documents | API Guide](/guide/user-verification/documents-prereview.md): Technical guide for pre-reviewing KYC documents via the Treezor API. Includes required parameters, request structure, and response examples. - [User Live Verification | API Guide](/guide/user-verification/live-verification.md): Technical guide for verifying users (KYC) with live verification via the Treezor API. Includes required parameters, request structure, and response examples. - [Verify users with Qualified eSignature (QES) | API Guide](/guide/user-verification/qes.md): Technical guide for verifying users (KYC) with qualified eSignature (QES) via the Treezor API. Includes required parameters, request structure, and response examples. - [Verify Users with Video Conference | API Guide](/guide/user-verification/videoconf.md): Technical guide for verifying users (KYC) with Video Conference via the Treezor API. Includes required parameters, request structure, and response examples. - [User Verification Events | API Guide](/guide/user-verification/events.md): Reference a comprehensive list of KYC, documents, and verification solution events for Treezor API webhooks, detailing each event's structure and payload for integration. - [User Verification Error Codes | API Guide](/guide/user-verification/errors.md): Troubleshoot and handle KYC, Documents, and verification solution issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. - [KYC Simulation | API Guide](/guide/user-verification/faking-operations.md): Learn how to update the user KYC status within the Sandbox environment for development and API integration testing. ### Wallets - [Introduction to Wallets and accounts | API Guide](/guide/wallets/introduction.md): Get a foundational understanding of Treezor wallet and account types, and their compatible functionalities. Includes key attributes, JSON structure, and related endpoints list. - [Create Wallets | API Guide](/guide/wallets/creation.md): Technical guide for creating payment accounts and electronic money wallets via the Treezor API. Includes required parameters, request structure, and response examples. - [Update Wallets | API Guide](/guide/wallets/modification.md): Technical guide for updating wallets via the Treezor API. Includes required parameters, request structure, and response examples. - [Account Balances | API Guide](/guide/wallets/balances.md): Retrieve the Balances of the Wallet. Balances include the funds currently available in the Wallet, the pending operations amount, and the authorized balance. - [Wallet IBAN | API Guide](/guide/wallets/iban.md): Learn to create and manage Treezor Wallet IBANs via the API, including support for local IBANs and virtual IBANs, to optimize account functionalities. - [Wallet Operations | API Guide](/guide/wallets/operations.md): Get a foundational understanding of Treezor operations (card, payins, payouts, and transfers). Includes key attributes, JSON structure, and related endpoints list. - [Wallet Transactions | API Guide](/guide/wallets/transactions.md): Retrieve read-only representation of banking operations of a given Wallet. Includes required parameters, request structure, and response examples. - [Generate Account Documents | API Guide](/guide/wallets/account-documents.md): Generate official bank account documents for a given Wallet in PDF or JSON format, such as account details, account statements, and certificates (closure, domiciliation, and balance). - [Wallet Events | API Guide](/guide/wallets/events.md): Reference a comprehensive list of wallet events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Wallet Error Codes | API Guide](/guide/wallets/error-codes.md): Troubleshoot and handle wallet-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. - [Wallet Simulation | API Guide](/guide/wallets/faking-operations.md): Learn how to update and manage Treezor Wallet statuses within the Sandbox environment for development and API integration testing. ### Card Issuing - [Introduction to Card Issuing | API Guide](/guide/cards/introduction.md): Get a foundational understanding of the Treezor API card issuing, your card program and customization. Includes the card object key attributes, JSON structure, and related endpoints list. - [Card PCI DSS Integration | API Guide](/guide/cards/pci-dss.md): Learn how to set up your certificates and sign your requests to migrate to Treezor PCI DSS services, hence offering the highest level of security for sensitive card data. - [Create Cards | API Guide](/guide/cards/creation.md): Technical guide for issuing physical and virtual cards, individually or in bulk. Includes required parameters, request structure, and response examples. - [Update Cards | API Guide](/guide/cards/modification.md): Technical guide for updating cards via the Treezor API, including blocking, PIN & CVV management, and dynamic card account selection. Includes required parameters, request structure, and response examples. - [Card Restrictions and Limits | API Guide](/guide/cards/restrictions-limits.md): Technical guide to define the card options, permissions, restrictions, and spending limits. Includes required parameters, request structure, and response examples. - [Card Sensitive Data Display | API Guide](/guide/cards/sensitive-data.md): Learn the end-to-end encryption best practices to expose the card sensitive data such as PAN, CVV, and PIN in the context of the PCI DSS integration. Includes code examples for private key generation and encryption. - [Card Renewal | API Guide](/guide/cards/renewal.md): Technical guide for renewing soon-to-expire cards via the Treezor API. Includes required parameters, request structure, and response examples. - [Card digitization for Google Pay and Apple Pay wallets (X-Pay) | API Guide](/guide/cards/x-pay-google-apple.md): Tokenize your cards for wallet providers such as Google Pay and Apple Pay. Includes integration paths for both In-App and In-House provisioning, as well as merchant-initiated tokenization. - [Card Events | API Guide](/guide/cards/events.md): Reference a comprehensive list of card events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Card Issuing Error Codes | API Guide](/guide/cards/errors.md): Troubleshoot and handle card-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. ### Card Transactions - [Card Transactions | API Guide](/guide/cards/transactions.md): Get a foundational understanding of the Treezor API card transaction object. Includes key attributes, JSON structure, and related endpoints list. - [Card Transacions Life Cycle | API Guide](/guide/cards/transactions-lifecycle.md): Explore all the steps of the card transaction life cycle, with the relevant statuses. - [Card Transaction Authorization Notes | API Guide](/guide/cards/authorization-notes.md): Learn how to inform the cardholder of the cause of a payment incident or status with the authorization notes. - [Card Transaction Authentication (SCA) | API Guide](/guide/cards/transactions-authentication.md): Learn how to handle notifications of strong customer authentication (SCA) for card transactions. Includes required parameters, request structure, and response examples. - [Card Transaction Rules Engine | API Guide](/guide/cards/transactions-rules-engine.md): Introduction to the Multi-Criteria Dynamic Card (MDC) feature, the rule engine that allows you to authorize or refuse card transactions based on rulesets. - [Card Transactions External Validation | API Guide](/guide/cards/transactions-external-validation.md): Customize the criteria to validate or decline card payments with the external validation feature. - [Card Transaction examples | API Guide](/guide/cards/transactions-examples.md): Dive into various examples of card transaction life cycles, with their subsequent statuses and the impact on the balances at each step. Covers accepted, declined, canceled, and refunded transactions. - [Card Transaction Events | API Guide](/guide/cards/events-tx.md): Reference a comprehensive list of card transaction events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Card Transaction Error Codes | API Guide](/guide/cards/errors-tx.md): Troubleshoot and handle card transaction-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. - [Card Transaction Simulation | API Guide](/guide/cards/faking-operations.md): Learn how to simulate card transactions (including complete transaction life cycles) within the Sandbox environment for development and API integration testing. ### Transfers - [Introduction to Transfers (Payins and Payouts) | API Guide](/guide/transfers/introduction.md): Get a foundational understanding of Treezor payins and payouts, whether they are wallet transfers, SEPA Direct Debits, SEPA Credit Transfers, or International Transfers. - [SEPA Direct Debit | API Guide](/guide/transfers/direct-debit.md): Technical guide for emitting and receiving SEPA Direct Debits (SDD). Includes required parameters, request structure, and response examples. - [SEPA Credit Transfer | API Guide](/guide/transfers/credit-transfer.md): Technical guide for emitting and receiving SEPA Credit Transfers (SCT). Includes required parameters, request structure, and response examples. - [SEPA Instant Credit Transfer | API Guide](/guide/transfers/credit-transfer-inst.md): Technical guide for emitting and receiving SEPA Instant Credit Transfers (SCT Inst). Includes required parameters, request structure, and response examples. - [SEPA Recalls & RROs | API Guide](/guide/transfers/sepa-recalls.md): Technical guide for requesting and handling SEPA R Transactions (recalls and RROs). Includes required parameters, request structure, and response examples. - [International Transfer | API Guide](/guide/transfers/international.md): Technical guide for emitting and receiving International Transfers. Includes required parameters, request structure, and response examples. - [Create Scheduled Payments | API Guide](/guide/transfers/scheduled-payments.md): Technical guide for creating and managing Scheduled Payments (one-time or recurring) for SEPA Credit Transfers and Wallet-to-Wallet Transfers. Includes required parameters, request structure, and response examples. - [Create Wallet-to-Wallet Transfer | API Guide](/guide/transfers/wallet-to-wallet.md): Technical guide for making peer-to-peer (P2P) fund movements between Treezor Wallets from the same environment. Includes required parameters, request structure, and response examples. - [Create Beneficiaries | API Guide](/guide/transfers/beneficiaries.md): Technical guide for creating, verifying (VoP), and managing beneficiaries, which are accounts outside your Treezor environment. Includes required parameters, request structure, and response examples. - [Create Mandates | API Guide](/guide/transfers/mandates.md): Technical guide for creating and managing mandates to emit SEPA Direct Debit (SDDE). Includes required parameters, request structure, and response examples. - [Proof of Payout | API Guide](/guide/transfers/proof-of-payout.md): Technical guide for generating proof of payout documents via the Treezor API. Includes required parameters, request structure, and response examples. - [Transfer Events | API Guide](/guide/transfers/events.md): Reference a comprehensive list of transfer, beneficiaries, and mandates events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Transfer Error Codes | API Guide](/guide/transfers/error-codes.md): Troubleshoot and handle transfer-related issues using the Treezor API's complete list of error codes, messages, reason codes and their corresponding meanings. - [Transfer Simulation | API Guide](/guide/transfers/faking-operations.md): Learn how to simulate payins, verification of payee (VoP), and payouts within the Sandbox environment for development and API integration testing. ### Card Acquiring - [Introduction to Card Acquiring | API Guide](/guide/acquiring/introduction.md): Understand Treezor card acquiring; how to process third-party card payments to credit a Wallet and explore common topup use cases. - [Card Acquiring Tokenize Card | API Guide](/guide/acquiring/card-tokenization.md): Technical guide for tokenizing cards in order to process third-party card payments. The card secure token can be generated either with a hosted form or directly with a dedicated endpoint if you're PCI DSS-certified. - [Card Acquiring Direct Capture | API Guide](/guide/acquiring/direct-capture.md): Technical guide for capturing funds from a tokenized third-party card directly, without going through the authorization step first. Includes required parameters, request structure, and response examples. - [Card Acquiring Advanced Captures | API Guide](/guide/acquiring/preauthorized.md): Technical guide for capturing a preauthorized amount from a tokenized third-party card. Includes required parameters, request structure, and response examples. - [Card Acquiring Refunds & Chargebacks | API Guide](/guide/acquiring/refunds.md): Learn how to create refunds and handle chargebacks for card top-up payins, for a seamless integration in your application. - [Card Acquiring Legacy Process | API Guide](/guide/acquiring/legacy-v1.md): A quick guide to the first version of Treezor Card Acquiring feature to help you migrate to the enhanced and optimized card top-ups. - [Introduction to Card Acquiring | API Guide](/guide/acquiring/events.md): Reference a comprehensive list of card acquiring events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Card Acquiring Error Codes | API Guide](/guide/acquiring/errors.md): Troubleshoot and handle card acquiring-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. - [Card Acquiring Simulation | API Guide](/guide/acquiring/faking-operations.md): Learn how to simulate card acquiring authorization, payins, refunds, and chargeback within the Sandbox environment for development and API integration testing. ### Checks - [Introduction to Check Cashing | API Guide](/guide/cheques/introduction.md): Get a foundational understanding of Treezor check cash-in feature. Includes key attributes, JSON structure, and related endpoints list. - [Check cashing | API Guide](/guide/cheques/cashing.md): Learn how to cash-in checks to credit Treezor Wallets. Includes required parameters, request structure, and response examples, as well as the Check object life cycle. - [Check Acquiring Events | API Guide](/guide/cheques/events.md): Reference a comprehensive list of check acquiring events for Treezor API webhooks, detailing each event's structure and payload for integration. - [Check Acquiring Error Codes | API Guide](/guide/cheques/errors.md): Troubleshoot and handle check cashing-related issues using the Treezor API's complete list of error codes, messages, and their corresponding meanings. ### Dashboard - [Introduction to the Treezor Web App | Dashboard Guide](/guide/dashboard/introduction.md): Configure your Treezor experience and let your team of operators provide support to your end users through the ready-to-use Treezor Dashboard web application. - [Users Operational Management | Dashboard Guide](/guide/dashboard/users.md): Let your team provide support regarding your end users using the Treezor Dashboard. - [KYC/B Operational Management | Dashboard Guide](/guide/dashboard/kyc.md): Let your team provide support regarding your end users onboarding using the Treezor Dashboard. Includes the upload of documents and pre-review. - [Wallets Operational Management | Dashboard Guide](/guide/dashboard/wallets.md): Let your team provide support regarding your end users wallets using the Treezor Dashboard. - [Cards Operational Management | Dashboard Guide](/guide/dashboard/cards.md): Let your team provide support regarding your end users cards using the Treezor Dashboard. - [Transfers Operational Management | Dashboard Guide](/guide/dashboard/transfers.md): Let your team provide support regarding your end users operations (payouts, wallet-to-wallet) using the Treezor Dashboard. - [Beneficiaries Operational Management | Dashboard Guide](/guide/dashboard/beneficiaries.md): Let your team provide support regarding your end users beneficiaries using the Treezor Dashboard. - [Dashboard Users and Permission | Dashboard Guide](/guide/dashboard/dashboard-users.md): Provide access to the Dashboard to your teams. Fine-tune your operational efficiency by assigning dedicated roles, which grant permissions for specific views and actions. - [Template Customization | Dashboard Guide](/guide/dashboard/templates.md): Customize your templates directly with the Dashboard code editor. Preview the final rendering of your PDF account documents and email templates on the interface. - [Webhook Configuration | Dashboard Guide](/guide/dashboard/webhooks.md): Configure your webhook URL and subscribe to events for webhook notifications directly from the comfort of Treezor Dashboard interface. ### Prerequisites - [Introduction to Use Cases | Implementation Guide](/use-cases/prerequisites/introduction.md): Explore Treezor's Use Cases section. This introduction sets the context for integrating common business models via step by step (API and no-code) guides, outlining key requirements such as KYC and Strong Customer Authentication (SCA). - [Company Creation and Verification Prerequisite | Implementation Guide](/use-cases/prerequisites/creating-your-company.md): Get some context regarding the necessity to create and verify your company before starting your implementation. This introduction includes the functional architecture of your company and keywords you need to know to get started. - [Create Your Company (No Code) | Implementation Guide](/use-cases/prerequisites/create-your-company-nc.md): Create and verify your company as a legal entity using the Treezor Dashboard application. This implementation guide takes you through the steps without need of any technical knowledge. ### Gift Cards - [Gift Cards Use Case Overview | Implementation Guide](/use-cases/gift-cards/overview.md): Get some preliminary context regarding the Gift Cards use case before choosing to follow the API or No-Code guide. Includes functional architecture, financial flows, and keywords to fully understand the Gift Cards model. - [Gift Cards (No Code) | Implementation Guide](/use-cases/gift-cards/nocode-guide.md): Issue and manage Gift Cards using the Treezor Dashboard application. This no-code implementation guide takes you step-by-step through creating cards, managing users, applying restrictions, and handling card lifecycle without needing technical knowledge. - [Gift Cards (API) | Implementation Guide](/use-cases/gift-cards/api-guide.md): Issue and manage Gift Cards programmatically via the Treezor API. This API implementation guide takes you step-by-step through creating users, issuing cards, setting restrictions, activating, and handling card lifecycle with detailed API calls and examples. ### Other - [Treezor API Postman Collection Guide | Developer tools](/api-reference/postman.md): Quickly get started with the Treezor API using our Postman Collection, to explore common API use cases for rapid integration understanding. This guide explains how to set up and use the collection, providing step-by-step instructions and the official link. - [Treezor API Reference | Developer tools](/api-reference/api-endpoints.md): The complete Treezor API Reference. Explore all endpoints with detailed specifications, request/response examples, and schema definitions in an interactive OpenAPI 3.0.1 powered interface. - [Treezor PCI DSS API Reference | Developer tools](/api-reference/pci-dss-dev.md): The PCI DSS Treezor API Reference. Explore PCI DSS-specific endpoints with detailed specifications, request/response examples, and schema definitions in an interactive OpenAPI 3.0.1 powered interface. - [Untitled](/guide/acquiring/_components/card-acq-codestatus.md) - [Untitled](/guide/cards/_components/card-limits.md) - [Untitled](/guide/cards/_components/card-status.md) - [Untitled](/guide/cards/_components/card-register-3ds.md) - [Untitled](/guide/cards/_components/country-restriction-group.md) - [Untitled](/guide/cards/_components/mcc-restriction-group.md) - [Untitled](/guide/cards/_components/mid-restriction-group.md) - [Untitled](/guide/cards/_components/tx-authentication-steps.md) - [Untitled](/guide/dashboard/_components/interface.md) - [Untitled](/guide/strong-customer-authentication/_components/sca_wallet.md) - [Untitled](/guide/users/_components/kyc-form.md) - [Untitled](/guide/wallets/_components/wallet_type_tip.md) - [Webhooks API Reference | Developer tools](/api-reference/webhook-endpoints.md): The Treezor Webhooks API Reference. Explore the endpoints dedicated to webhooks with detailed specifications, request/response examples, and schema definitions in an interactive OpenAPI 3.0.1 powered interface.