> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platnova.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Platnova's Business API empowers businesses to streamline their financial operations through a comprehensive suite of financial services. Our platform provides virtual accounts, cards, digital wallets, payment processing, and user management capabilities to help you build and scale your financial infrastructure.

We've built a powerful financial platform that enables businesses to create, manage, and monitor virtual accounts, cards, wallets, and payment systems programmatically. Whether you're looking to issue cards for expense management, create virtual accounts for vendors, process payments globally, or manage digital wallets, our API provides the flexibility and security you need to scale your financial operations.

You can start integrating with our API once you have [signed up](https://business.platnova.com) on our dashboard.

<CardGroup cols={2}>
  <Card title="Card" icon="credit-card" color="gray" href="./api-reference/cards/create">
    Create and manage virtual cards with spending limits, real-time tracking, and multi-currency support.
  </Card>

  <Card title="Virtual Account" icon="building" color="gray" href="./api-reference/virtual-accounts/create">
    Create virtual bank accounts for users to receive payments and facilitate transfers seamlessly.
  </Card>

  <Card title="Customer" icon="user" color="gray" href="./api-reference/customers/create">
    Manage customer onboarding, profiles, and identity verification with comprehensive compliance features.
  </Card>

  <Card title="Payments" icon="dollar-sign" color="gray" href="./api-reference/payments/send">
    Process domestic and international money transfers with currency conversion capabilities.
  </Card>

  <Card title="Wallets" icon="wallet" color="gray" href="./api-reference/wallets/list">
    Create digital wallets supporting multiple currencies with balance tracking and management.
  </Card>

  <Card title="Webhooks" icon="webhook" color="gray" href="./webhooks/overview">
    Configure webhooks to receive real-time notifications for transactions, account updates, and system events.
  </Card>
</CardGroup>

## API Reference

In addition to the documentation, we also provide a detailed API reference to help you integrate. Every endpoint is accompanied by a description as well as descriptive request and response examples.

The API reference also covers general information such as [authentication](./api-reference/introduction#authentication), [error handling](./api-reference/introduction#error-handling), and [rate limits](./api-reference/introduction#rate-limits).

***
