Official documentation for Bloque - Financial Infrastructure for Developers.
This documentation covers the Bloque Stack - a unified financial infrastructure platform with comprehensive tools for payments, accounts, cards, and identity verification.
- Bloque SDK: Create organizations, verify identities, issue cards, and manage accounts with a single SDK
- Bloque Payment: Complete payment gateway to process transactions securely and efficiently
The SDK provides modules for:
- Organizations (
@bloque/sdk-orgs): Organization management - Compliance (
@bloque/sdk-compliance): KYC/KYB compliance services - Accounts (
@bloque/sdk-accounts): Account and virtual card management - Identity (
@bloque/sdk-identity): User identity and authentication - Core (
@bloque/sdk-core): Base client and shared utilities
The documentation is available in:
- English (
/en) - Spanish (
/es)
Install the dependencies:
bun installStart the dev server:
bun run devThe documentation will be available at http://localhost:5173
Note: The SDK reference documentation is automatically downloaded and generated at runtime when you start the dev server. This ensures you always have the latest API documentation.
Build the website for production:
bun run buildPreview the production build locally:
bun run previewdocs/
├── en/ # English documentation
│ ├── index.md # Bloque Stack home page
│ ├── sdk/ # Bloque SDK documentation
│ │ ├── index.md # SDK home page
│ │ ├── .generated # Auto-generated API reference (runtime)
│ │ └── guide/ # SDK guides (manual)
│ │ ├── start/ # Quick start
│ │ ├── features/ # SDK features
│ │ ├── accounts/ # Account management
│ │ └── examples/ # Code examples
│ └── payment/ # Bloque Payment documentation (coming soon)
└── es/ # Spanish documentation
├── index.md # Página principal de Bloque Stack
├── sdk/ # Documentación de Bloque SDK
│ ├── index.md # Página principal del SDK
│ ├── .generated # Referencia API auto-generada (runtime)
│ └── guide/ # Guías del SDK (manual)
│ ├── start/ # Inicio rápido
│ ├── features/ # Características del SDK
│ ├── accounts/ # Gestión de cuentas
│ └── examples/ # Ejemplos de código
└── payment/ # Documentación de Bloque Payment (próximamente)
Note: Files marked with
.generatedare automatically downloaded and generated at runtime from the SDK source code. Do not edit these files manually as they will be overwritten.
- Introduction to Bloque ecosystem
- Available products and tools
- Integration guides
- Installation guide
- Quick start examples
- Platform support (Node.js, Bun, Deno, Browser)
- User sessions and authentication
- Code examples and tutorials
- Integration guides
The complete API reference is automatically generated from TypeScript source code:
- Organizations API (
@bloque/sdk-orgs) - Compliance API (
@bloque/sdk-compliance) - Accounts API (
@bloque/sdk-accounts) - Identity API (
@bloque/sdk-identity) - Core utilities (
@bloque/sdk-core)
This ensures the documentation is always in sync with the latest SDK version.
- Complete payment gateway solution
- Secure transaction processing
- Documentation coming soon
- Website: docs.bloque.app