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

# PayVessel API Documentation

> Official PayVessel API docs for virtual card API, virtual account API, BVN and NIN verification API, credit score API, payments, transfers, and wallets. Build fintech products in Nigeria.

PayVessel helps developers integrate **payments**, **virtual accounts**, **USD virtual cards**, and **identity verification** (BVN, NIN, credit score) through a single REST API platform.

<Card title="Browse all API products" icon="grid-2" href="/api-products">
  Virtual card API, virtual account API, BVN/NIN verification, credit score, and more
</Card>

## Quick Start Guides

<CardGroup cols={2}>
  <Card title="Accept Payments" icon="credit-card" href="/accept-payment/checkout">
    Securely collect payments from cards, bank accounts, and mobile wallets.
  </Card>

  <Card title="Send Money & Transfers" icon="paper-plane" href="/transfer-payout/single-transfers">
    Make instant transfers to bank accounts and mobile money users.
  </Card>

  <Card title="Virtual Cards (USD)" icon="credit-card" href="/virtual-cards/overview">
    Virtual card API: issue, fund, and manage Visa/Mastercard USD cards.
  </Card>

  <Card title="Virtual Accounts" icon="building-columns" href="/virtual-accounts/create-virtual-account">
    Virtual account API: STATIC and DYNAMIC Nigerian bank accounts for collections.
  </Card>

  <Card title="BVN & NIN Verification" icon="shield-check" href="/identity-verification/overview">
    BVN verification API, NIN verification API, credit score, and risk checks.
  </Card>

  <Card title="More Tools & Solutions" icon="toolbox" href="/quickstart">
    Explore our SDKs, plugins, and no-code tools to integrate payments without direct API coding.
  </Card>
</CardGroup>

## Explore Our Code Demos

We've built simple, real-world projects to show you how to use the Payvessel API. Explore all demos or start with these popular examples:

<CardGroup cols={2}>
  <Card title="E-Commerce Store" icon="shopping-cart" href="https://github.com/PayvesselDev/sample-ecommerce-store">
    **APIs Used:** Accept Payments, Verify Transactions\
    **Tech:** Vue.js
  </Card>

  <Card title="Event Ticketing App" icon="ticket" href="https://github.com/PayvesselDev/sample-event-ticketing">
    **APIs Used:** Accept Payments, Verify Transactions\
    **Tech:** Android (Kotlin)
  </Card>

  <Card title="Subscription Service" icon="calendar-check" href="https://github.com/PayvesselDev/sample-subscription-service">
    **APIs Used:** Create Customer, Manage Subscriptions\
    **Tech:** React
  </Card>

  <Card title="Point of Sale (POS)" icon="cash-register" href="https://github.com/PayvesselDev/sample-pos-restaurant">
    **APIs Used:** Payment Requests, Terminal Events\
    **Tech:** Node.js
  </Card>
</CardGroup>
