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

# CashQ API Documentation

> Complete API documentation for CashQ payment platform

<Frame>
  <img src="https://content.pstmn.io/b9aaee49-5861-40b2-ade6-34a22b960cf9/Q2FzaFEucG5n" alt="CashQ Logo" />
</Frame>

Welcome to the **CashQ API**. This API allows authorized merchants to programmatically accept payments and send money transfers through the CashQ Platform.

## Getting Started

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Get your API credentials and make your first request in minutes.
</Card>

## API Products

<CardGroup cols={2}>
  <Card title="Payout API" icon="money-bill-transfer" href="/payout/balance">
    Send money to any phone number in supported countries. Check balances, verify KYC, and track transfers.
  </Card>

  <Card title="Payin API" icon="credit-card" href="/payin/introduction">
    Accept card payments securely using Approvely Gateway. Process charges with tokenized card data.
  </Card>
</CardGroup>

## Payout API Features

<CardGroup cols={2}>
  <Card title="Account Management" icon="user" href="/payout/kyc">
    Check KYC verification and account limits for users.
  </Card>

  <Card title="Money Transfers" icon="money-bill-transfer" href="/payout/transfer">
    Send money to any phone number in supported countries.
  </Card>

  <Card title="Balance Inquiry" icon="wallet" href="/payout/balance">
    Check your merchant balance and overdraft limits.
  </Card>

  <Card title="Transfer Status" icon="clock" href="/payout/status">
    Track the status of your money transfers in real-time.
  </Card>
</CardGroup>

## Payin API Features

<CardGroup cols={2}>
  <Card title="Card Tokenization" icon="shield" href="/payin/tokenization">
    Securely tokenize card data for PCI compliance.
  </Card>

  <Card title="Charge Processing" icon="bolt" href="/payin/charge">
    Process card payments with instant confirmation.
  </Card>

  <Card title="Multiple Card Types" icon="credit-card" href="/payin/introduction">
    Accept Visa, Mastercard, Amex, and Discover cards.
  </Card>

  <Card title="Sandbox Testing" icon="flask" href="/payin/authentication">
    Test your integration in a safe sandbox environment.
  </Card>
</CardGroup>

## Environments

The CashQ API provides two environments for development and production use.

<CardGroup cols={2}>
  <Card title="Sandbox Environment" icon="flask" href="/concepts/environments">
    Test your integration with sandbox credentials.
  </Card>

  <Card title="Production Environment" icon="globe" href="/concepts/environments">
    Go live with production API credentials.
  </Card>
</CardGroup>

## Authentication

All API requests require authentication using an API Key. Include your API key in the request header:

```http theme={null}
API-KEY: your_api_key_here
```

<Card title="Learn more about authentication" icon="key" href="/authentication">
  Understand how to authenticate your API requests.
</Card>

## Need Help?

<Card title="Contact Support" icon="envelope" href="mailto:support@mycashq.com" horizontal>
  Have questions? Reach out to our support team.
</Card>
