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

# Introduction

> Welcome to Card2Crypto - Accept credit card payments and receive crypto payouts

## What is Card2Crypto?

Card2Crypto is a privacy-focused payment gateway that allows you to accept credit card payments from customers and receive your payouts in cryptocurrency (Bitcoin or Litecoin). No KYC required, no bank account needed.

## Key Features

<CardGroup cols={2}>
  <Card title="Credit Card Processing" icon="credit-card" href="/concepts/payments">
    Accept payments from all major credit cards via secure card processing
  </Card>

  <Card title="Crypto Payouts" icon="bitcoin" href="/concepts/fees">
    Receive your balance in Bitcoin or Litecoin - no traditional banking required
  </Card>

  <Card title="White-Label Checkout" icon="palette" href="/concepts/checkout">
    Fully customizable checkout page with your branding
  </Card>

  <Card title="Real-Time Webhooks" icon="webhook" href="/webhooks/overview">
    Get instant notifications when payments complete, fail, or are refunded
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Sign Up & Get Approved">
    Create your seller account and complete the approval process
  </Step>

  <Step title="Create Your Shop">
    Set up your shop and generate production API keys
  </Step>

  <Step title="Integrate the API">
    Add payment processing to your website with our simple REST API
  </Step>

  <Step title="Receive Payments">
    Customers pay with credit cards, you receive crypto payouts
  </Step>
</Steps>

## Pricing

Card2Crypto charges a flat **15% platform fee** on all transactions. This includes:

* Credit card processing fees
* Payment gateway infrastructure
* Webhook delivery and retries
* 24/7 transaction monitoring
* Crypto withdrawal processing

<Note>
  Minimum payment amount: \$0.50 USD
</Note>

<Note>
  Minimum withdrawal amount: \$10.00 USD
</Note>

## Getting Started

Ready to start accepting payments? Follow our quickstart guide:

<Card title="Quickstart Guide" icon="rocket" href="/quickstart">
  Get up and running in 5 minutes
</Card>

## Need Help?

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete API documentation with examples
  </Card>

  <Card title="Integration Guides" icon="book" href="/guides/nodejs">
    Step-by-step integration tutorials
  </Card>

  <Card title="Webhook Documentation" icon="webhook" href="/webhooks/overview">
    Learn how to handle payment notifications
  </Card>

  <Card title="FAQ" icon="question" href="/resources/faq">
    Frequently asked questions and answers
  </Card>
</CardGroup>
